AWSCognitoIdentityProviderChallengeResponse
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderChallengeResponse) {
AWSCognitoIdentityProviderChallengeResponseUnknown,
AWSCognitoIdentityProviderChallengeResponseSuccess,
AWSCognitoIdentityProviderChallengeResponseFailure,
}
Swift
enum AWSCognitoIdentityProviderChallengeResponse : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderChallengeResponseUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderChallengeResponseSuccessSwift
case success = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderChallengeResponseFailureSwift
case failure = 2
View on GitHub
Install in Dash
AWSCognitoIdentityProviderChallengeResponse Enumeration Reference