Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifySoftwareTokenRequest.Builder
-
Packages that use VerifySoftwareTokenRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of VerifySoftwareTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type VerifySoftwareTokenRequest.Builder 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 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. -
Uses of VerifySoftwareTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return VerifySoftwareTokenRequest.Builder Modifier and Type Method Description VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose software token you want to verify.static VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest. builder()VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest.Builder. friendlyDeviceName(String friendlyDeviceName)The friendly device name.VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest.Builder. session(String session)The session that should be passed both ways in challenge-response calls to the service.VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest. toBuilder()VerifySoftwareTokenRequest.BuilderVerifySoftwareTokenRequest.Builder. userCode(String userCode)The one- time password computed using the secret code returned by AssociateSoftwareToken.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type VerifySoftwareTokenRequest.Builder Modifier and Type Method Description static Class<? extends VerifySoftwareTokenRequest.Builder>VerifySoftwareTokenRequest. serializableBuilderClass()
-