Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AssociateSoftwareTokenRequest
-
Packages that use AssociateSoftwareTokenRequest Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.transform -
-
Uses of AssociateSoftwareTokenRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type AssociateSoftwareTokenRequest Modifier and Type Method Description 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.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 AssociateSoftwareTokenRequest Modifier and Type Method Description SdkHttpFullRequestAssociateSoftwareTokenRequestMarshaller. marshall(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)
-