AWSCognitoIdentityProviderVerifySoftwareTokenRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoIdentityProviderModel.h AWSCognitoIdentityProviderModel.m |
accessToken
The access token.
@property (nonatomic, strong) NSString *accessToken
Declared In
AWSCognitoIdentityProviderModel.h
friendlyDeviceName
The friendly device name.
@property (nonatomic, strong) NSString *friendlyDeviceName
Declared In
AWSCognitoIdentityProviderModel.h
session
The session which should be passed both ways in challenge-response calls to the service.
@property (nonatomic, strong) NSString *session
Declared In
AWSCognitoIdentityProviderModel.h
userCode
The one time password computed using the secret code returned by
@property (nonatomic, strong) NSString *userCode
Declared In
AWSCognitoIdentityProviderModel.h