oss changes (#15487)

* oss changes

* add changelog
This commit is contained in:
Pratyoy Mukhopadhyay
2022-05-18 09:16:13 -07:00
committed by GitHub
parent 76a383eea6
commit f6d4f2e6aa
9 changed files with 43 additions and 28 deletions

View File

@@ -108,6 +108,9 @@ type Auth struct {
// MFARequirement
MFARequirement *MFARequirement `json:"mfa_requirement"`
// EntityCreated is set to true if an entity is created as part of a login request
EntityCreated bool `json:"entity_created"`
}
func (a *Auth) GoString() string {