Skip to main content

ICognitoIdentityProviderVerifySoftwareTokenRequest

Interface in AWS.CognitoIdentityProvider

Interface for VerifySoftwareToken requests.

Ancestors

Properties

AccessToken

property AccessToken: string

Specify a valid access token that Amazon Cognito issued to the user whose software token you want to verify.

Specify only one of AccessToken or Session, but not both.

FriendlyDeviceName

property FriendlyDeviceName: string

Specify the friendly device name.

Session

property Session: string

Specify the session that should be passed both ways in challenge-response calls to the service.

Specify only one of AccessToken or Session, but not both.

UserCode

property UserCode: string

Specify the one-time password computed using the secret code returned by AssociateSoftwareToken.