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.
cognitoidentityprovider_associate_software_token(AccessToken, Session)
A list with the following syntax:
list(
SecretCode = "string",
Session = "string"
)
The access token.
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.
svc$associate_software_token(
AccessToken = "string",
Session = "string"
)