Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RespondToAuthChallengeResponse
-
Packages that use RespondToAuthChallengeResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of RespondToAuthChallengeResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return RespondToAuthChallengeResponse Modifier and Type Method Description default RespondToAuthChallengeResponse
CognitoIdentityProviderClient. respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.default RespondToAuthChallengeResponse
CognitoIdentityProviderClient. respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type RespondToAuthChallengeResponse Modifier and Type Method Description default CompletableFuture<RespondToAuthChallengeResponse>
CognitoIdentityProviderAsyncClient. respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.default CompletableFuture<RespondToAuthChallengeResponse>
CognitoIdentityProviderAsyncClient. respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.
-