AWSCognitoIdentityProviderEventResponseType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventResponseType) {
AWSCognitoIdentityProviderEventResponseTypeUnknown,
AWSCognitoIdentityProviderEventResponseTypePass,
AWSCognitoIdentityProviderEventResponseTypeFail,
AWSCognitoIdentityProviderEventResponseTypeInProgress,
}
Swift
enum AWSCognitoIdentityProviderEventResponseType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypePassSwift
case pass = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeFailSwift
case fail = 2 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeInProgressSwift
case inProgress = 3
View on GitHub
Install in Dash
AWSCognitoIdentityProviderEventResponseType Enumeration Reference