AWSCognitoIdentityProviderRespondToAuthChallengeResponse
Objective-C
@interface AWSCognitoIdentityProviderRespondToAuthChallengeResponse
Swift
class AWSCognitoIdentityProviderRespondToAuthChallengeResponse
The response to respond to the authentication challenge.
-
The result returned by the server in response to the request to respond to the authentication challenge.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderAuthenticationResultType *_Nullable authenticationResult;Swift
var authenticationResult: AWSCognitoIdentityProviderAuthenticationResultType? { get set } -
The challenge name. For more information, see InitiateAuth.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderChallengeNameType challengeName;Swift
var challengeName: AWSCognitoIdentityProviderChallengeNameType { get set } -
The challenge parameters. For more information, see InitiateAuth.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable challengeParameters;Swift
var challengeParameters: [String : String]? { get set } -
The session that should be passed both ways in challenge-response calls to the service. If the caller must pass another challenge, they return a session with other challenge parameters. This session should be passed as it is to the next
RespondToAuthChallengeAPI call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable session;Swift
var session: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderRespondToAuthChallengeResponse Class Reference