paws.security.identity (version 0.1.0)

cognitoidentityprovider_associate_software_token: Returns a unique generated shared secret key code for the user account

Description

Returns a unique generated shared secret key code for the user account. The request takes an access token or a session string, but not both.

Usage

cognitoidentityprovider_associate_software_token(AccessToken, Session)

Arguments

AccessToken

The access token.

Session

The session which 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.

Request syntax

svc$associate_software_token(
  AccessToken = "string",
  Session = "string"
)