AWSCognitoIdentityProviderEventType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventType) {
AWSCognitoIdentityProviderEventTypeUnknown,
AWSCognitoIdentityProviderEventTypeSignIn,
AWSCognitoIdentityProviderEventTypeSignUp,
AWSCognitoIdentityProviderEventTypeForgotPassword,
AWSCognitoIdentityProviderEventTypePasswordChange,
AWSCognitoIdentityProviderEventTypeResendCode,
}
Swift
enum AWSCognitoIdentityProviderEventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventTypeSignIn
Swift
case signIn = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventTypeSignUp
Swift
case signUp = 2
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventTypeForgotPassword
Swift
case forgotPassword = 3
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventTypePasswordChange
Swift
case passwordChange = 4
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventTypeResendCode
Swift
case resendCode = 5