Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
RespondToAuthChallengeResult |
AbstractAWSCognitoIdentityProvider.respondToAuthChallenge(RespondToAuthChallengeRequest request) |
RespondToAuthChallengeResult |
AWSCognitoIdentityProvider.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.
|
RespondToAuthChallengeResult |
AWSCognitoIdentityProviderClient.respondToAuthChallenge(RespondToAuthChallengeRequest request)
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.
|
Modifier and Type | Method and Description |
---|---|
Future<RespondToAuthChallengeResult> |
AbstractAWSCognitoIdentityProviderAsync.respondToAuthChallengeAsync(RespondToAuthChallengeRequest request) |
Future<RespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsyncClient.respondToAuthChallengeAsync(RespondToAuthChallengeRequest request) |
Future<RespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsync.respondToAuthChallengeAsync(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.
|
Future<RespondToAuthChallengeResult> |
AbstractAWSCognitoIdentityProviderAsync.respondToAuthChallengeAsync(RespondToAuthChallengeRequest request,
AsyncHandler<RespondToAuthChallengeRequest,RespondToAuthChallengeResult> asyncHandler) |
Future<RespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsyncClient.respondToAuthChallengeAsync(RespondToAuthChallengeRequest request,
AsyncHandler<RespondToAuthChallengeRequest,RespondToAuthChallengeResult> asyncHandler) |
Future<RespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsync.respondToAuthChallengeAsync(RespondToAuthChallengeRequest respondToAuthChallengeRequest,
AsyncHandler<RespondToAuthChallengeRequest,RespondToAuthChallengeResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.addChallengeParametersEntry(String key,
String value)
Add a single ChallengeParameters entry
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.clone() |
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.withChallengeName(ChallengeNameType challengeName)
The challenge name.
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.withChallengeName(String challengeName)
The challenge name.
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.withSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
Copyright © 2024. All rights reserved.