| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
AssociateSoftwareTokenResult |
AmazonCognitoIdentityProviderClient.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)
Returns a unique generated shared secret key code for the user account.
|
AssociateSoftwareTokenResult |
AmazonCognitoIdentityProvider.associateSoftwareToken(AssociateSoftwareTokenRequest associateSoftwareTokenRequest)
Returns a unique generated shared secret key code for the user account.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateSoftwareTokenRequest |
AssociateSoftwareTokenRequest.withAccessToken(String accessToken)
The access token.
|
AssociateSoftwareTokenRequest |
AssociateSoftwareTokenRequest.withSession(String session)
The session which should be passed both ways in challenge-response calls
to the service.
|
Copyright © 2020. All rights reserved.