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 |
---|---|
RespondToAuthChallengeResult |
AWSCognitoIdentityProvider.respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest)
Responds to the authentication challenge.
|
RespondToAuthChallengeResult |
AbstractAWSCognitoIdentityProvider.respondToAuthChallenge(RespondToAuthChallengeRequest request) |
RespondToAuthChallengeResult |
AWSCognitoIdentityProviderClient.respondToAuthChallenge(RespondToAuthChallengeRequest request)
Responds to the authentication challenge.
|
Modifier and Type | Method and Description |
---|---|
Future<RespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsync.respondToAuthChallengeAsync(RespondToAuthChallengeRequest respondToAuthChallengeRequest,
AsyncHandler<RespondToAuthChallengeRequest,RespondToAuthChallengeResult> asyncHandler)
Responds to the authentication challenge.
|
Future<RespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsyncClient.respondToAuthChallengeAsync(RespondToAuthChallengeRequest request,
AsyncHandler<RespondToAuthChallengeRequest,RespondToAuthChallengeResult> asyncHandler) |
Future<RespondToAuthChallengeResult> |
AbstractAWSCognitoIdentityProviderAsync.respondToAuthChallengeAsync(RespondToAuthChallengeRequest request,
AsyncHandler<RespondToAuthChallengeRequest,RespondToAuthChallengeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.addChallengeParametersEntry(String key,
String value) |
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 which should be passed both ways in challenge-response calls to the service.
|
Copyright © 2019. All rights reserved.