| 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 |
|---|---|
AdminRespondToAuthChallengeResult |
AWSCognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest 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.
|
AdminRespondToAuthChallengeResult |
AWSCognitoIdentityProvider.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
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.
|
AdminRespondToAuthChallengeResult |
AbstractAWSCognitoIdentityProvider.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.addChallengeParametersEntry(String key,
String value)
Add a single ChallengeParameters entry
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.clone() |
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the authentication request.
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.withChallengeName(ChallengeNameType challengeName)
The name of the challenge.
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.withChallengeName(String challengeName)
The name of the challenge.
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.withSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
Copyright © 2025. All rights reserved.