AWSCognitoIdentityProviderChallengeResponse
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderChallengeResponse) {
AWSCognitoIdentityProviderChallengeResponseUnknown,
AWSCognitoIdentityProviderChallengeResponseSuccess,
AWSCognitoIdentityProviderChallengeResponseFailure,
}
Swift
enum AWSCognitoIdentityProviderChallengeResponse : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderChallengeResponseUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderChallengeResponseSuccess
Swift
case success = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderChallengeResponseFailure
Swift
case failure = 2