AWSCognitoIdentityProviderAssociateSoftwareTokenRequest

Objective-C

@interface AWSCognitoIdentityProviderAssociateSoftwareTokenRequest

Swift

class AWSCognitoIdentityProviderAssociateSoftwareTokenRequest
  • A valid access token that Amazon Cognito issued to the user whose software token you want to generate.

    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 }