AWSCognitoIdentityProviderChallengeResponseType
Objective-C
@interface AWSCognitoIdentityProviderChallengeResponseType
Swift
class AWSCognitoIdentityProviderChallengeResponseType
The challenge response type.
-
The challenge name.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderChallengeName challengeName;
Swift
var challengeName: AWSCognitoIdentityProviderChallengeName { get set }
-
The challenge response.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderChallengeResponse challengeResponse;
Swift
var challengeResponse: AWSCognitoIdentityProviderChallengeResponse { get set }