Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AssociateSoftwareTokenResponse
Packages that use AssociateSoftwareTokenResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AssociateSoftwareTokenResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AssociateSoftwareTokenResponseModifier and TypeMethodDescriptiondefault AssociateSoftwareTokenResponseCognitoIdentityProviderClient.associateSoftwareToken(Consumer<AssociateSoftwareTokenRequest.Builder> 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AssociateSoftwareTokenResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.associateSoftwareToken(Consumer<AssociateSoftwareTokenRequest.Builder> 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.CognitoIdentityProviderAsyncClient.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.