Package | Description |
---|---|
com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
Modifier and Type | Method and Description |
---|---|
AdminRespondToAuthChallengeResult |
AmazonCognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
Responds to an authentication challenge, as an administrator.
|
AdminRespondToAuthChallengeResult |
AmazonCognitoIdentityProvider.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
Responds to an authentication challenge, as an administrator.
|
Modifier and Type | Method and Description |
---|---|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.addChallengeParametersEntry(String key,
String value)
The challenge parameters.
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
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 which should be passed both ways in challenge-response calls
to the service.
|
Copyright © 2020. All rights reserved.