| 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 |
|---|---|
AdminInitiateAuthResult |
AmazonCognitoIdentityProviderClient.adminInitiateAuth(AdminInitiateAuthRequest adminInitiateAuthRequest)
Initiates the authentication flow, as an administrator.
|
AdminInitiateAuthResult |
AmazonCognitoIdentityProvider.adminInitiateAuth(AdminInitiateAuthRequest adminInitiateAuthRequest)
Initiates the authentication flow, as an administrator.
|
| Modifier and Type | Method and Description |
|---|---|
AdminInitiateAuthResult |
AdminInitiateAuthResult.addChallengeParametersEntry(String key,
String value)
The challenge parameters.
|
AdminInitiateAuthResult |
AdminInitiateAuthResult.clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
AdminInitiateAuthResult |
AdminInitiateAuthResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
AdminInitiateAuthResult |
AdminInitiateAuthResult.withChallengeName(ChallengeNameType challengeName)
The name of the challenge which you are responding to with this call.
|
AdminInitiateAuthResult |
AdminInitiateAuthResult.withChallengeName(String challengeName)
The name of the challenge which you are responding to with this call.
|
AdminInitiateAuthResult |
AdminInitiateAuthResult.withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
AdminInitiateAuthResult |
AdminInitiateAuthResult.withSession(String session)
The session which should be passed both ways in challenge-response calls
to the service.
|
Copyright © 2020. All rights reserved.