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 |
---|---|
InitiateAuthResult |
AbstractAWSCognitoIdentityProvider.initiateAuth(InitiateAuthRequest request) |
InitiateAuthResult |
AWSCognitoIdentityProviderClient.initiateAuth(InitiateAuthRequest request)
Initiates the authentication flow.
|
InitiateAuthResult |
AWSCognitoIdentityProvider.initiateAuth(InitiateAuthRequest initiateAuthRequest)
Initiates the authentication flow.
|
Modifier and Type | Method and Description |
---|---|
Future<InitiateAuthResult> |
AWSCognitoIdentityProviderAsync.initiateAuthAsync(InitiateAuthRequest initiateAuthRequest,
AsyncHandler<InitiateAuthRequest,InitiateAuthResult> asyncHandler)
Initiates the authentication flow.
|
Future<InitiateAuthResult> |
AWSCognitoIdentityProviderAsyncClient.initiateAuthAsync(InitiateAuthRequest request,
AsyncHandler<InitiateAuthRequest,InitiateAuthResult> asyncHandler) |
Future<InitiateAuthResult> |
AbstractAWSCognitoIdentityProviderAsync.initiateAuthAsync(InitiateAuthRequest request,
AsyncHandler<InitiateAuthRequest,InitiateAuthResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
InitiateAuthResult |
InitiateAuthResult.addChallengeParametersEntry(String key,
String value) |
InitiateAuthResult |
InitiateAuthResult.clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
InitiateAuthResult |
InitiateAuthResult.clone() |
InitiateAuthResult |
InitiateAuthResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
InitiateAuthResult |
InitiateAuthResult.withChallengeName(ChallengeNameType challengeName)
The name of the challenge which you are responding to with this call.
|
InitiateAuthResult |
InitiateAuthResult.withChallengeName(String challengeName)
The name of the challenge which you are responding to with this call.
|
InitiateAuthResult |
InitiateAuthResult.withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
InitiateAuthResult |
InitiateAuthResult.withSession(String session)
The session which should be passed both ways in challenge-response calls to the service.
|
Copyright © 2019. All rights reserved.