Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.VerifySoftwareTokenRequest
-
Packages that use VerifySoftwareTokenRequest 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.transform -
-
Uses of VerifySoftwareTokenRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type VerifySoftwareTokenRequest Modifier and Type Method Description 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.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. -
Uses of VerifySoftwareTokenRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type VerifySoftwareTokenRequest Modifier and Type Method Description SdkHttpFullRequestVerifySoftwareTokenRequestMarshaller. marshall(VerifySoftwareTokenRequest verifySoftwareTokenRequest)
-