AWSCognitoIdentityProviderChallengeResponse

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderChallengeResponse) {
    AWSCognitoIdentityProviderChallengeResponseUnknown,
    AWSCognitoIdentityProviderChallengeResponseSuccess,
    AWSCognitoIdentityProviderChallengeResponseFailure,
}

Swift

enum AWSCognitoIdentityProviderChallengeResponse : Int, @unchecked Sendable

Undocumented