| 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 |
|---|---|
VerifySoftwareTokenResult |
AmazonCognitoIdentityProviderClient.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest)
Use this API to register a user's entered TOTP code and mark the user's
software token MFA status as "verified" if successful.
|
VerifySoftwareTokenResult |
AmazonCognitoIdentityProvider.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest)
Use this API to register a user's entered TOTP code and mark the user's
software token MFA status as "verified" if successful.
|
| Modifier and Type | Method and Description |
|---|---|
VerifySoftwareTokenResult |
VerifySoftwareTokenResult.withSession(String session)
The session which should be passed both ways in challenge-response calls
to the service.
|
VerifySoftwareTokenResult |
VerifySoftwareTokenResult.withStatus(String status)
The status of the verify software token.
|
VerifySoftwareTokenResult |
VerifySoftwareTokenResult.withStatus(VerifySoftwareTokenResponseType status)
The status of the verify software token.
|
Copyright © 2020. All rights reserved.