AWSCognitoIdentityProviderEventResponseType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventResponseType) {
AWSCognitoIdentityProviderEventResponseTypeUnknown,
AWSCognitoIdentityProviderEventResponseTypePass,
AWSCognitoIdentityProviderEventResponseTypeFail,
AWSCognitoIdentityProviderEventResponseTypeInProgress,
}
Swift
enum AWSCognitoIdentityProviderEventResponseType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypePass
Swift
case pass = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeFail
Swift
case fail = 2
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEventResponseTypeInProgress
Swift
case inProgress = 3