| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| Modifier and Type | Method and Description |
|---|---|
default AssociateSoftwareTokenResponse |
CognitoIdentityProviderClient.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)
Begins setup of time-based one-time password multi-factor authentication (TOTP 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 multi-factor authentication (TOTP MFA) for a user, with a unique
private key that Amazon Cognito generates and returns in the API response.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
AssociateSoftwareTokenRequestMarshaller.marshall(AssociateSoftwareTokenRequest associateSoftwareTokenRequest) |
Copyright © 2022. All rights reserved.