AWSCognitoIdentityProviderVerifySoftwareTokenRequest
Objective-C
@interface AWSCognitoIdentityProviderVerifySoftwareTokenRequest
Swift
class AWSCognitoIdentityProviderVerifySoftwareTokenRequest
-
A valid access token that Amazon Cognito issued to the user whose software token you want to verify.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accessToken;
Swift
var accessToken: String? { get set }
-
The friendly device name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable friendlyDeviceName;
Swift
var friendlyDeviceName: String? { get set }
-
The session that should be passed both ways in challenge-response calls to the service.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable session;
Swift
var session: String? { get set }
-
The one- time password computed using the secret code returned by AssociateSoftwareToken.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userCode;
Swift
var userCode: String? { get set }