AWSCognitoIdentityProviderEventType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventType) {
AWSCognitoIdentityProviderEventTypeUnknown,
AWSCognitoIdentityProviderEventTypeSignIn,
AWSCognitoIdentityProviderEventTypeSignUp,
AWSCognitoIdentityProviderEventTypeForgotPassword,
}
Swift
enum AWSCognitoIdentityProviderEventType : Int
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