Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AssociateSoftwareTokenRequest
Packages that use AssociateSoftwareTokenRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AssociateSoftwareTokenRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type AssociateSoftwareTokenRequestModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest) Begins setup of time-based one-time password (TOTP) multi-factor authentication (MFA) for a user, with a unique private key that Amazon Cognito generates and returns in the API response.default AssociateSoftwareTokenResponseCognitoIdentityProviderClient.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest) Begins setup of time-based one-time password (TOTP) multi-factor authentication (MFA) for a user, with a unique private key that Amazon Cognito generates and returns in the API response. -
Uses of AssociateSoftwareTokenRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type AssociateSoftwareTokenRequestModifier and TypeMethodDescriptionAssociateSoftwareTokenRequestMarshaller.marshall(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)