Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifySoftwareTokenResponse
Packages that use VerifySoftwareTokenResponse
Package
Description
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 VerifySoftwareTokenResponseModifier and TypeMethodDescriptiondefault VerifySoftwareTokenResponseCognitoIdentityProviderClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> verifySoftwareTokenRequest) Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their authenticator app from a private key that's supplied by your user pool.default VerifySoftwareTokenResponseCognitoIdentityProviderClient.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest) Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their authenticator app from a private key that's supplied by your user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type VerifySoftwareTokenResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> verifySoftwareTokenRequest) Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their authenticator app from a private key that's supplied by your user pool.CognitoIdentityProviderAsyncClient.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest) Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their authenticator app from a private key that's supplied by your user pool.