AWSCognitoIdentityProviderAssociateSoftwareTokenRequest
Objective-C
@interface AWSCognitoIdentityProviderAssociateSoftwareTokenRequest
Swift
class AWSCognitoIdentityProviderAssociateSoftwareTokenRequest
-
The access token.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accessToken;
Swift
var accessToken: String? { get set }
-
The session that should be passed both ways in challenge-response calls to the service. This allows authentication of the user as part of the MFA setup process.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable session;
Swift
var session: String? { get set }