Enumerations

The following enumerations are available globally.

  • The error enum for AWSMobileClient errors.

    See more

    Declaration

    Swift

    public enum AWSMobileClientError : Error
  • Indicates the state of forgot password operation.

    See more

    Declaration

    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.
    See more

    Declaration

    Swift

    public enum IdentityProvider : String
  • Indicates sign in state of the user in the sign in process.

    See more

    Declaration

    Swift

    public enum SignInState : String
  • Indicates the state of user during the sign up operation.

    See more

    Declaration

    Swift

    public enum SignUpConfirmationState
  • Describes the medium through which a code was sent to the user.

    See more

    Declaration

    Swift

    public enum UserCodeDeliveryMedium
  • Indicates the user state.

    See more

    Declaration

    Swift

    public enum UserState : String