| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateSoftwareTokenResult |
AbstractAWSCognitoIdentityProvider.associateSoftwareToken(AssociateSoftwareTokenRequest request) |
AssociateSoftwareTokenResult |
AWSCognitoIdentityProviderClient.associateSoftwareToken(AssociateSoftwareTokenRequest request)
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.
|
AssociateSoftwareTokenResult |
AWSCognitoIdentityProvider.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateSoftwareTokenResult> |
AbstractAWSCognitoIdentityProviderAsync.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest request) |
Future<AssociateSoftwareTokenResult> |
AWSCognitoIdentityProviderAsyncClient.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest request) |
Future<AssociateSoftwareTokenResult> |
AWSCognitoIdentityProviderAsync.associateSoftwareTokenAsync(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.
|
Future<AssociateSoftwareTokenResult> |
AbstractAWSCognitoIdentityProviderAsync.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest request,
AsyncHandler<AssociateSoftwareTokenRequest,AssociateSoftwareTokenResult> asyncHandler) |
Future<AssociateSoftwareTokenResult> |
AWSCognitoIdentityProviderAsyncClient.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest request,
AsyncHandler<AssociateSoftwareTokenRequest,AssociateSoftwareTokenResult> asyncHandler) |
Future<AssociateSoftwareTokenResult> |
AWSCognitoIdentityProviderAsync.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest associateSoftwareTokenRequest,
AsyncHandler<AssociateSoftwareTokenRequest,AssociateSoftwareTokenResult> asyncHandler)
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.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateSoftwareTokenResult |
AssociateSoftwareTokenResult.clone() |
AssociateSoftwareTokenResult |
AssociateSoftwareTokenResult.withSecretCode(String secretCode)
A unique generated shared secret code that is used in the TOTP algorithm to generate a one-time code.
|
AssociateSoftwareTokenResult |
AssociateSoftwareTokenResult.withSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
Copyright © 2023. All rights reserved.