Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
AdminRespondToAuthChallengeResult |
AbstractAWSCognitoIdentityProvider.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest request) |
AdminRespondToAuthChallengeResult |
AWSCognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest request)
Responds to an authentication challenge, as an administrator.
|
AdminRespondToAuthChallengeResult |
AWSCognitoIdentityProvider.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
Responds to an authentication challenge, as an administrator.
|
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 © 2023. All rights reserved.