| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default VerifySoftwareTokenResponse |
CognitoIdentityProviderClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> 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.
|
default VerifySoftwareTokenResponse |
CognitoIdentityProviderClient.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 |
|---|---|
default CompletableFuture<VerifySoftwareTokenResponse> |
CognitoIdentityProviderAsyncClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> 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.
|
default CompletableFuture<VerifySoftwareTokenResponse> |
CognitoIdentityProviderAsyncClient.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.
|
Copyright © 2019. All rights reserved.