Documentation
¶
Index ¶
Constants ¶
View Source
const NewPasswordRequired = "NEW_PASSWORD_REQUIRED"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChallengeError ¶ added in v0.15.3
type ChallengeError struct {
Challenge string `json:"challenge"`
}
ChallengeError represents challenge
func NewChallengeError ¶ added in v0.15.3
func NewChallengeError(challenge string) *ChallengeError
NewChallengeError creates a new challenge error
func (*ChallengeError) Error ¶ added in v0.15.3
func (c *ChallengeError) Error() string
Error returns challenge error
func (*ChallengeError) IsNewPasswordRequired ¶ added in v0.15.3
func (c *ChallengeError) IsNewPasswordRequired() bool
IsNewPasswordRequired returns true if new password is required
type Token ¶
func (*Token) PopulateIDToken ¶
func (t *Token) PopulateIDToken()
Click to show internal directories.
Click to hide internal directories.