AWSCognitoIdentityProviderEventResponseType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventResponseType) {
AWSCognitoIdentityProviderEventResponseTypeUnknown,
AWSCognitoIdentityProviderEventResponseTypeSuccess,
AWSCognitoIdentityProviderEventResponseTypeFailure,
}
Swift
enum AWSCognitoIdentityProviderEventResponseType : Int
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeSuccess
Swift
case success = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeFailure
Swift
case failure = 2