Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderErrorType) { AWSCognitoIdentityProviderErrorUnknown, AWSCognitoIdentityProviderErrorAliasExists, AWSCognitoIdentityProviderErrorCodeDeliveryFailure, AWSCognitoIdentityProviderErrorCodeMismatch, AWSCognitoIdentityProviderErrorConcurrentModification, AWSCognitoIdentityProviderErrorDuplicateProvider, AWSCognitoIdentityProviderErrorEnableSoftwareTokenMFA, AWSCognitoIdentityProviderErrorExpiredCode, AWSCognitoIdentityProviderErrorForbidden, AWSCognitoIdentityProviderErrorGroupExists, AWSCognitoIdentityProviderErrorInternalError, AWSCognitoIdentityProviderErrorInvalidEmailRoleAccessPolicy, AWSCognitoIdentityProviderErrorInvalidLambdaResponse, AWSCognitoIdentityProviderErrorInvalidOAuthFlow, AWSCognitoIdentityProviderErrorInvalidParameter, AWSCognitoIdentityProviderErrorInvalidPassword, AWSCognitoIdentityProviderErrorInvalidSmsRoleAccessPolicy, AWSCognitoIdentityProviderErrorInvalidSmsRoleTrustRelationship, AWSCognitoIdentityProviderErrorInvalidUserPoolConfiguration, AWSCognitoIdentityProviderErrorLimitExceeded, AWSCognitoIdentityProviderErrorMFAMethodNotFound, AWSCognitoIdentityProviderErrorNotAuthorized, AWSCognitoIdentityProviderErrorPasswordResetRequired, AWSCognitoIdentityProviderErrorPreconditionNotMet, AWSCognitoIdentityProviderErrorResourceNotFound, AWSCognitoIdentityProviderErrorScopeDoesNotExist, AWSCognitoIdentityProviderErrorSoftwareTokenMFANotFound, AWSCognitoIdentityProviderErrorTooManyFailedAttempts, AWSCognitoIdentityProviderErrorTooManyRequests, AWSCognitoIdentityProviderErrorUnauthorized, AWSCognitoIdentityProviderErrorUnexpectedLambda, AWSCognitoIdentityProviderErrorUnsupportedIdentityProvider, AWSCognitoIdentityProviderErrorUnsupportedOperation, AWSCognitoIdentityProviderErrorUnsupportedTokenType, AWSCognitoIdentityProviderErrorUnsupportedUserState, AWSCognitoIdentityProviderErrorUserImportInProgress, AWSCognitoIdentityProviderErrorUserLambdaValidation, AWSCognitoIdentityProviderErrorUserNotConfirmed, AWSCognitoIdentityProviderErrorUserNotFound, AWSCognitoIdentityProviderErrorUserPoolAddOnNotEnabled, AWSCognitoIdentityProviderErrorUserPoolTagging, AWSCognitoIdentityProviderErrorUsernameExists, }
Swift
enum AWSCognitoIdentityProviderErrorType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAccountTakeoverEventActionType) { AWSCognitoIdentityProviderAccountTakeoverEventActionTypeUnknown, AWSCognitoIdentityProviderAccountTakeoverEventActionTypeBlock, AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaIfConfigured, AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaRequired, AWSCognitoIdentityProviderAccountTakeoverEventActionTypeNoAction, }
Swift
enum AWSCognitoIdentityProviderAccountTakeoverEventActionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAdvancedSecurityModeType) { AWSCognitoIdentityProviderAdvancedSecurityModeTypeUnknown, AWSCognitoIdentityProviderAdvancedSecurityModeTypeOff, AWSCognitoIdentityProviderAdvancedSecurityModeTypeAudit, AWSCognitoIdentityProviderAdvancedSecurityModeTypeEnforced, }
Swift
enum AWSCognitoIdentityProviderAdvancedSecurityModeType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAliasAttributeType) { AWSCognitoIdentityProviderAliasAttributeTypeUnknown, AWSCognitoIdentityProviderAliasAttributeTypePhoneNumber, AWSCognitoIdentityProviderAliasAttributeTypeEmail, AWSCognitoIdentityProviderAliasAttributeTypePreferredUsername, }
Swift
enum AWSCognitoIdentityProviderAliasAttributeType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAttributeDataType) { AWSCognitoIdentityProviderAttributeDataTypeUnknown, AWSCognitoIdentityProviderAttributeDataTypeString, AWSCognitoIdentityProviderAttributeDataTypeNumber, AWSCognitoIdentityProviderAttributeDataTypeDateTime, AWSCognitoIdentityProviderAttributeDataTypeBoolean, }
Swift
enum AWSCognitoIdentityProviderAttributeDataType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAuthFlowType) { AWSCognitoIdentityProviderAuthFlowTypeUnknown, AWSCognitoIdentityProviderAuthFlowTypeUserSrpAuth, AWSCognitoIdentityProviderAuthFlowTypeRefreshTokenAuth, AWSCognitoIdentityProviderAuthFlowTypeRefreshToken, AWSCognitoIdentityProviderAuthFlowTypeCustomAuth, AWSCognitoIdentityProviderAuthFlowTypeAdminNoSrpAuth, AWSCognitoIdentityProviderAuthFlowTypeUserPasswordAuth, AWSCognitoIdentityProviderAuthFlowTypeAdminUserPasswordAuth, }
Swift
enum AWSCognitoIdentityProviderAuthFlowType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderChallengeName) { AWSCognitoIdentityProviderChallengeNameUnknown, AWSCognitoIdentityProviderChallengeNamePassword, AWSCognitoIdentityProviderChallengeNameMfa, }
Swift
enum AWSCognitoIdentityProviderChallengeName : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderChallengeNameType) { AWSCognitoIdentityProviderChallengeNameTypeUnknown, AWSCognitoIdentityProviderChallengeNameTypeSmsMfa, AWSCognitoIdentityProviderChallengeNameTypeSoftwareTokenMfa, AWSCognitoIdentityProviderChallengeNameTypeSelectMfaType, AWSCognitoIdentityProviderChallengeNameTypeMfaSetup, AWSCognitoIdentityProviderChallengeNameTypePasswordVerifier, AWSCognitoIdentityProviderChallengeNameTypeCustomChallenge, AWSCognitoIdentityProviderChallengeNameTypeDeviceSrpAuth, AWSCognitoIdentityProviderChallengeNameTypeDevicePasswordVerifier, AWSCognitoIdentityProviderChallengeNameTypeAdminNoSrpAuth, AWSCognitoIdentityProviderChallengeNameTypeNewPasswordRequired, }
Swift
enum AWSCognitoIdentityProviderChallengeNameType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderChallengeResponse) { AWSCognitoIdentityProviderChallengeResponseUnknown, AWSCognitoIdentityProviderChallengeResponseSuccess, AWSCognitoIdentityProviderChallengeResponseFailure, }
Swift
enum AWSCognitoIdentityProviderChallengeResponse : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderCompromisedCredentialsEventActionType) { AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeUnknown, AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeBlock, AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeNoAction, }
Swift
enum AWSCognitoIdentityProviderCompromisedCredentialsEventActionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionType) { AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionTypeUnknown, AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionTypeV10, }
Swift
enum AWSCognitoIdentityProviderCustomEmailSenderLambdaVersionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType) { AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionTypeUnknown, AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionTypeV10, }
Swift
enum AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderDefaultEmailOptionType) { AWSCognitoIdentityProviderDefaultEmailOptionTypeUnknown, AWSCognitoIdentityProviderDefaultEmailOptionTypeConfirmWithLink, AWSCognitoIdentityProviderDefaultEmailOptionTypeConfirmWithCode, }
Swift
enum AWSCognitoIdentityProviderDefaultEmailOptionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderDeletionProtectionType) { AWSCognitoIdentityProviderDeletionProtectionTypeUnknown, AWSCognitoIdentityProviderDeletionProtectionTypeActive, AWSCognitoIdentityProviderDeletionProtectionTypeInactive, }
Swift
enum AWSCognitoIdentityProviderDeletionProtectionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderDeliveryMediumType) { AWSCognitoIdentityProviderDeliveryMediumTypeUnknown, AWSCognitoIdentityProviderDeliveryMediumTypeSms, AWSCognitoIdentityProviderDeliveryMediumTypeEmail, }
Swift
enum AWSCognitoIdentityProviderDeliveryMediumType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderDeviceRememberedStatusType) { AWSCognitoIdentityProviderDeviceRememberedStatusTypeUnknown, AWSCognitoIdentityProviderDeviceRememberedStatusTypeRemembered, AWSCognitoIdentityProviderDeviceRememberedStatusTypeNotRemembered, }
Swift
enum AWSCognitoIdentityProviderDeviceRememberedStatusType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderDomainStatusType) { AWSCognitoIdentityProviderDomainStatusTypeUnknown, AWSCognitoIdentityProviderDomainStatusTypeCreating, AWSCognitoIdentityProviderDomainStatusTypeDeleting, AWSCognitoIdentityProviderDomainStatusTypeUpdating, AWSCognitoIdentityProviderDomainStatusTypeActive, AWSCognitoIdentityProviderDomainStatusTypeFailed, }
Swift
enum AWSCognitoIdentityProviderDomainStatusType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEmailSendingAccountType) { AWSCognitoIdentityProviderEmailSendingAccountTypeUnknown, AWSCognitoIdentityProviderEmailSendingAccountTypeCognitoDefault, AWSCognitoIdentityProviderEmailSendingAccountTypeDeveloper, }
Swift
enum AWSCognitoIdentityProviderEmailSendingAccountType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventFilterType) { AWSCognitoIdentityProviderEventFilterTypeUnknown, AWSCognitoIdentityProviderEventFilterTypeSignIn, AWSCognitoIdentityProviderEventFilterTypePasswordChange, AWSCognitoIdentityProviderEventFilterTypeSignUp, }
Swift
enum AWSCognitoIdentityProviderEventFilterType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventResponseType) { AWSCognitoIdentityProviderEventResponseTypeUnknown, AWSCognitoIdentityProviderEventResponseTypePass, AWSCognitoIdentityProviderEventResponseTypeFail, AWSCognitoIdentityProviderEventResponseTypeInProgress, }
Swift
enum AWSCognitoIdentityProviderEventResponseType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventSourceName) { AWSCognitoIdentityProviderEventSourceNameUnknown, AWSCognitoIdentityProviderEventSourceNameUserNotification, }
Swift
enum AWSCognitoIdentityProviderEventSourceName : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventType) { AWSCognitoIdentityProviderEventTypeUnknown, AWSCognitoIdentityProviderEventTypeSignIn, AWSCognitoIdentityProviderEventTypeSignUp, AWSCognitoIdentityProviderEventTypeForgotPassword, AWSCognitoIdentityProviderEventTypePasswordChange, AWSCognitoIdentityProviderEventTypeResendCode, }
Swift
enum AWSCognitoIdentityProviderEventType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderExplicitAuthFlowsType) { AWSCognitoIdentityProviderExplicitAuthFlowsTypeUnknown, AWSCognitoIdentityProviderExplicitAuthFlowsTypeAdminNoSrpAuth, AWSCognitoIdentityProviderExplicitAuthFlowsTypeCustomAuthFlowOnly, AWSCognitoIdentityProviderExplicitAuthFlowsTypeUserPasswordAuth, AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowAdminUserPasswordAuth, AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowCustomAuth, AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserPasswordAuth, AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserSrpAuth, AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowRefreshTokenAuth, }
Swift
enum AWSCognitoIdentityProviderExplicitAuthFlowsType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderFeedbackValueType) { AWSCognitoIdentityProviderFeedbackValueTypeUnknown, AWSCognitoIdentityProviderFeedbackValueTypeValid, AWSCognitoIdentityProviderFeedbackValueTypeInvalid, }
Swift
enum AWSCognitoIdentityProviderFeedbackValueType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderIdentityProviderTypeType) { AWSCognitoIdentityProviderIdentityProviderTypeTypeUnknown, AWSCognitoIdentityProviderIdentityProviderTypeTypeSaml, AWSCognitoIdentityProviderIdentityProviderTypeTypeFacebook, AWSCognitoIdentityProviderIdentityProviderTypeTypeGoogle, AWSCognitoIdentityProviderIdentityProviderTypeTypeLoginWithAmazon, AWSCognitoIdentityProviderIdentityProviderTypeTypeSignInWithApple, AWSCognitoIdentityProviderIdentityProviderTypeTypeOidc, }
Swift
enum AWSCognitoIdentityProviderIdentityProviderTypeType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderLogLevel) { AWSCognitoIdentityProviderLogLevelUnknown, AWSCognitoIdentityProviderLogLevelError, }
Swift
enum AWSCognitoIdentityProviderLogLevel : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderMessageActionType) { AWSCognitoIdentityProviderMessageActionTypeUnknown, AWSCognitoIdentityProviderMessageActionTypeResend, AWSCognitoIdentityProviderMessageActionTypeSuppress, }
Swift
enum AWSCognitoIdentityProviderMessageActionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderOAuthFlowType) { AWSCognitoIdentityProviderOAuthFlowTypeUnknown, AWSCognitoIdentityProviderOAuthFlowTypeCode, AWSCognitoIdentityProviderOAuthFlowTypeImplicit, AWSCognitoIdentityProviderOAuthFlowTypeClientCredentials, }
Swift
enum AWSCognitoIdentityProviderOAuthFlowType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderPreTokenGenerationLambdaVersionType) { AWSCognitoIdentityProviderPreTokenGenerationLambdaVersionTypeUnknown, AWSCognitoIdentityProviderPreTokenGenerationLambdaVersionTypeV10, AWSCognitoIdentityProviderPreTokenGenerationLambdaVersionTypeV20, }
Swift
enum AWSCognitoIdentityProviderPreTokenGenerationLambdaVersionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderPreventUserExistenceErrorTypes) { AWSCognitoIdentityProviderPreventUserExistenceErrorTypesUnknown, AWSCognitoIdentityProviderPreventUserExistenceErrorTypesLegacy, AWSCognitoIdentityProviderPreventUserExistenceErrorTypesEnabled, }
Swift
enum AWSCognitoIdentityProviderPreventUserExistenceErrorTypes : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderRecoveryOptionNameType) { AWSCognitoIdentityProviderRecoveryOptionNameTypeUnknown, AWSCognitoIdentityProviderRecoveryOptionNameTypeVerifiedEmail, AWSCognitoIdentityProviderRecoveryOptionNameTypeVerifiedPhoneNumber, AWSCognitoIdentityProviderRecoveryOptionNameTypeAdminOnly, }
Swift
enum AWSCognitoIdentityProviderRecoveryOptionNameType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderRiskDecisionType) { AWSCognitoIdentityProviderRiskDecisionTypeUnknown, AWSCognitoIdentityProviderRiskDecisionTypeNoRisk, AWSCognitoIdentityProviderRiskDecisionTypeAccountTakeover, AWSCognitoIdentityProviderRiskDecisionTypeBlock, }
Swift
enum AWSCognitoIdentityProviderRiskDecisionType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderRiskLevelType) { AWSCognitoIdentityProviderRiskLevelTypeUnknown, AWSCognitoIdentityProviderRiskLevelTypeLow, AWSCognitoIdentityProviderRiskLevelTypeMedium, AWSCognitoIdentityProviderRiskLevelTypeHigh, }
Swift
enum AWSCognitoIdentityProviderRiskLevelType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderStatusType) { AWSCognitoIdentityProviderStatusTypeUnknown, AWSCognitoIdentityProviderStatusTypeEnabled, AWSCognitoIdentityProviderStatusTypeDisabled, }
Swift
enum AWSCognitoIdentityProviderStatusType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderTimeUnitsType) { AWSCognitoIdentityProviderTimeUnitsTypeUnknown, AWSCognitoIdentityProviderTimeUnitsTypeSeconds, AWSCognitoIdentityProviderTimeUnitsTypeMinutes, AWSCognitoIdentityProviderTimeUnitsTypeHours, AWSCognitoIdentityProviderTimeUnitsTypeDays, }
Swift
enum AWSCognitoIdentityProviderTimeUnitsType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderUserImportJobStatusType) { AWSCognitoIdentityProviderUserImportJobStatusTypeUnknown, AWSCognitoIdentityProviderUserImportJobStatusTypeCreated, AWSCognitoIdentityProviderUserImportJobStatusTypePending, AWSCognitoIdentityProviderUserImportJobStatusTypeInProgress, AWSCognitoIdentityProviderUserImportJobStatusTypeStopping, AWSCognitoIdentityProviderUserImportJobStatusTypeExpired, AWSCognitoIdentityProviderUserImportJobStatusTypeStopped, AWSCognitoIdentityProviderUserImportJobStatusTypeFailed, AWSCognitoIdentityProviderUserImportJobStatusTypeSucceeded, }
Swift
enum AWSCognitoIdentityProviderUserImportJobStatusType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderUserPoolMfaType) { AWSCognitoIdentityProviderUserPoolMfaTypeUnknown, AWSCognitoIdentityProviderUserPoolMfaTypeOff, AWSCognitoIdentityProviderUserPoolMfaTypeOn, AWSCognitoIdentityProviderUserPoolMfaTypeOptional, }
Swift
enum AWSCognitoIdentityProviderUserPoolMfaType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderUserStatusType) { AWSCognitoIdentityProviderUserStatusTypeUnknown, AWSCognitoIdentityProviderUserStatusTypeUnconfirmed, AWSCognitoIdentityProviderUserStatusTypeConfirmed, AWSCognitoIdentityProviderUserStatusTypeArchived, AWSCognitoIdentityProviderUserStatusTypeCompromised, AWSCognitoIdentityProviderUserStatusTypeResetRequired, AWSCognitoIdentityProviderUserStatusTypeForceChangePassword, AWSCognitoIdentityProviderUserStatusTypeExternalProvider, }
Swift
enum AWSCognitoIdentityProviderUserStatusType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderUsernameAttributeType) { AWSCognitoIdentityProviderUsernameAttributeTypeUnknown, AWSCognitoIdentityProviderUsernameAttributeTypePhoneNumber, AWSCognitoIdentityProviderUsernameAttributeTypeEmail, }
Swift
enum AWSCognitoIdentityProviderUsernameAttributeType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderVerifiedAttributeType) { AWSCognitoIdentityProviderVerifiedAttributeTypeUnknown, AWSCognitoIdentityProviderVerifiedAttributeTypePhoneNumber, AWSCognitoIdentityProviderVerifiedAttributeTypeEmail, }
Swift
enum AWSCognitoIdentityProviderVerifiedAttributeType : Int, @unchecked Sendable
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderVerifySoftwareTokenResponseType) { AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeUnknown, AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeSuccess, AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeError, }
Swift
enum AWSCognitoIdentityProviderVerifySoftwareTokenResponseType : Int, @unchecked Sendable
-
The status of the user.
- AWSCognitoIdentityUserStatusUnknown - The user status is unknown.
- AWSCognitoIdentityUserStatusConfirmed - The user was auto confirmed.
- AWSCognitoIdentityUserStatusUnconfirmed - The user was not confirmed.
Declaration
Objective-C
enum AWSCognitoIdentityUserStatus : NSInteger {}
Swift
enum AWSCognitoIdentityUserStatus : Int, @unchecked Sendable
-
The error domain for AWSCognitoIdentityProvider errors.
- AWSCognitoIdentityProviderClientErrorUnknown - Unknown error.
- AWSCognitoIdentityProviderClientErrorInvalidAuthenticationDelegate - Necessary authentication delegate isn’t set.
- AWSCognitoIdentityProviderClientErrorCustomAuthenticationNotSupported - Custom authentication is not supported by this SDK.
- AWSCognitoIdentityProviderClientErrorDeviceNotTracked - This device does not have an id, either it was never tracked or previously forgotten.
Declaration
Objective-C
enum AWSCognitoIdentityClientErrorType : NSInteger {}
Swift
enum AWSCognitoIdentityClientErrorType : Int, @unchecked Sendable