Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AssociateSoftwareTokenResponse
-
Packages that use AssociateSoftwareTokenResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 AssociateSoftwareTokenResponse Modifier and Type Method Description default 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 AssociateSoftwareTokenResponse Modifier and Type Method Description default CompletableFuture<AssociateSoftwareTokenResponse>CognitoIdentityProviderAsyncClient. 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 CompletableFuture<AssociateSoftwareTokenResponse>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.
-