AWSCognitoIdentityProviderAssociateSoftwareTokenResponse
Objective-C
@interface AWSCognitoIdentityProviderAssociateSoftwareTokenResponse
Swift
class AWSCognitoIdentityProviderAssociateSoftwareTokenResponse
-
A unique generated shared secret code that is used in the TOTP algorithm to generate a one-time code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable secretCode;
Swift
var secretCode: 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 }