Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifySoftwareTokenResponse
-
Packages that use VerifySoftwareTokenResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of VerifySoftwareTokenResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return VerifySoftwareTokenResponse Modifier and Type Method Description default VerifySoftwareTokenResponseCognitoIdentityProviderClient. verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> 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.default VerifySoftwareTokenResponseCognitoIdentityProviderClient. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type VerifySoftwareTokenResponse Modifier and Type Method Description default CompletableFuture<VerifySoftwareTokenResponse>CognitoIdentityProviderAsyncClient. verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> 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.default CompletableFuture<VerifySoftwareTokenResponse>CognitoIdentityProviderAsyncClient. 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.
-