| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
VerifySoftwareTokenResult |
AWSCognitoIdentityProviderClient.verifySoftwareToken(VerifySoftwareTokenRequest request)
Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software
token MFA status as "verified" if successful.
|
VerifySoftwareTokenResult |
AbstractAWSCognitoIdentityProvider.verifySoftwareToken(VerifySoftwareTokenRequest request) |
VerifySoftwareTokenResult |
AWSCognitoIdentityProvider.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest)
Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software
token MFA status as "verified" if successful.
|
| Modifier and Type | Method and Description |
|---|---|
Future<VerifySoftwareTokenResult> |
AWSCognitoIdentityProviderAsyncClient.verifySoftwareTokenAsync(VerifySoftwareTokenRequest request) |
Future<VerifySoftwareTokenResult> |
AbstractAWSCognitoIdentityProviderAsync.verifySoftwareTokenAsync(VerifySoftwareTokenRequest request) |
Future<VerifySoftwareTokenResult> |
AWSCognitoIdentityProviderAsync.verifySoftwareTokenAsync(VerifySoftwareTokenRequest verifySoftwareTokenRequest)
Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software
token MFA status as "verified" if successful.
|
Future<VerifySoftwareTokenResult> |
AWSCognitoIdentityProviderAsyncClient.verifySoftwareTokenAsync(VerifySoftwareTokenRequest request,
AsyncHandler<VerifySoftwareTokenRequest,VerifySoftwareTokenResult> asyncHandler) |
Future<VerifySoftwareTokenResult> |
AbstractAWSCognitoIdentityProviderAsync.verifySoftwareTokenAsync(VerifySoftwareTokenRequest request,
AsyncHandler<VerifySoftwareTokenRequest,VerifySoftwareTokenResult> asyncHandler) |
Future<VerifySoftwareTokenResult> |
AWSCognitoIdentityProviderAsync.verifySoftwareTokenAsync(VerifySoftwareTokenRequest verifySoftwareTokenRequest,
AsyncHandler<VerifySoftwareTokenRequest,VerifySoftwareTokenResult> asyncHandler)
Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software
token MFA status as "verified" if successful.
|
| Modifier and Type | Method and Description |
|---|---|
Future<VerifySoftwareTokenResult> |
AWSCognitoIdentityProviderAsyncClient.verifySoftwareTokenAsync(VerifySoftwareTokenRequest request,
AsyncHandler<VerifySoftwareTokenRequest,VerifySoftwareTokenResult> asyncHandler) |
Future<VerifySoftwareTokenResult> |
AbstractAWSCognitoIdentityProviderAsync.verifySoftwareTokenAsync(VerifySoftwareTokenRequest request,
AsyncHandler<VerifySoftwareTokenRequest,VerifySoftwareTokenResult> asyncHandler) |
Future<VerifySoftwareTokenResult> |
AWSCognitoIdentityProviderAsync.verifySoftwareTokenAsync(VerifySoftwareTokenRequest verifySoftwareTokenRequest,
AsyncHandler<VerifySoftwareTokenRequest,VerifySoftwareTokenResult> asyncHandler)
Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software
token MFA status as "verified" if successful.
|
| Modifier and Type | Method and Description |
|---|---|
VerifySoftwareTokenResult |
VerifySoftwareTokenResult.clone() |
VerifySoftwareTokenResult |
VerifySoftwareTokenResult.withSession(String session)
The session that 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 © 2024. All rights reserved.