| 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)
Returns a unique generated shared secret key code for the user account.
|
AssociateSoftwareTokenResult |
AWSCognitoIdentityProvider.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)
Returns a unique generated shared secret key code for the user account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateSoftwareTokenResult> |
AWSCognitoIdentityProviderAsyncClient.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest request,
AsyncHandler<AssociateSoftwareTokenRequest,AssociateSoftwareTokenResult> asyncHandler) |
Future<AssociateSoftwareTokenResult> |
AbstractAWSCognitoIdentityProviderAsync.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest request,
AsyncHandler<AssociateSoftwareTokenRequest,AssociateSoftwareTokenResult> asyncHandler) |
Future<AssociateSoftwareTokenResult> |
AWSCognitoIdentityProviderAsync.associateSoftwareTokenAsync(AssociateSoftwareTokenRequest associateSoftwareTokenRequest,
AsyncHandler<AssociateSoftwareTokenRequest,AssociateSoftwareTokenResult> asyncHandler)
Returns a unique generated shared secret key code for the user account.
|
| 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 which should be passed both ways in challenge-response calls to the service.
|
Copyright © 2019. All rights reserved.