Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifySoftwareTokenRequest.Builder
Packages that use VerifySoftwareTokenRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of VerifySoftwareTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type VerifySoftwareTokenRequest.BuilderModifier 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.default 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. -
Uses of VerifySoftwareTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return VerifySoftwareTokenRequest.BuilderModifier and TypeMethodDescriptionVerifySoftwareTokenRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.VerifySoftwareTokenRequest.builder()VerifySoftwareTokenRequest.Builder.friendlyDeviceName(String friendlyDeviceName) A friendly name for the device that's running the TOTP authenticator.VerifySoftwareTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) VerifySoftwareTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The session ID from anAssociateSoftwareTokenrequest.VerifySoftwareTokenRequest.toBuilder()A TOTP that the user generated in their configured authenticator app.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type VerifySoftwareTokenRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VerifySoftwareTokenRequest.Builder>VerifySoftwareTokenRequest.serializableBuilderClass()