SignInState
public enum SignInState : String
Indicates sign in state of the user in the sign in process.
-
Undocumented
Declaration
Swift
case unknown = "UNKNOWN" -
Undocumented
Declaration
Swift
case smsMFA = "CONFIRMATION_CODE" -
Undocumented
Declaration
Swift
case passwordVerifier = "PASSWORD_VERIFIER" -
Undocumented
Declaration
Swift
case customChallenge = "CUSTOM_CHALLENGE" -
Undocumented
Declaration
Swift
case deviceSRPAuth = "DEVICE_SRP_AUTH" -
Undocumented
Declaration
Swift
case devicePasswordVerifier = "DEVICE_PASSWORD_VERIFIER" -
Undocumented
Declaration
Swift
case adminNoSRPAuth = "ADMIN_NO_SRP_AUTH" -
Undocumented
Declaration
Swift
case newPasswordRequired = "NEW_PASSWORD_REQUIRED" -
Undocumented
Declaration
Swift
case signedIn = "SIGN_IN_COMPLETE"
View on GitHub
Install in Dash
SignInState Enumeration Reference