Enumerations
The following enumerations are available globally.
-
The error enum for
See moreAWSMobileClient
errors.Declaration
Swift
public enum AWSMobileClientError : Error
-
Indicates the state of forgot password operation.
See moreDeclaration
Swift
public enum ForgotPasswordState
-
Represents identity provider keys.
- facebook: The provider key for Facebook.
- google: The provider key for Google.
- twitter: The provider key for Twitter.
- amazon: The provider key for Amazon.
- developer: The provider key for Developer Authenticated Identities.
Declaration
Swift
public enum IdentityProvider : String
-
Indicates sign in state of the user in the sign in process.
See moreDeclaration
Swift
public enum SignInState : String
-
Indicates the state of user during the sign up operation.
See moreDeclaration
Swift
public enum SignUpConfirmationState
-
Describes the medium through which a code was sent to the user.
See moreDeclaration
Swift
public enum UserCodeDeliveryMedium
-
Indicates the user state.
See moreDeclaration
Swift
public enum UserState : String