| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider | |
| com.amazonaws.mobileconnectors.cognitoidentityprovider.continuations | |
| 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 |
|---|---|
RespondToAuthChallengeRequest |
CognitoUser.deviceSrpAuthRequest(RespondToAuthChallengeResult challenge,
String deviceSecret,
String deviceGroupKey,
com.amazonaws.mobileconnectors.cognitoidentityprovider.CognitoUser.AuthenticationHelper authenticationHelper)
Creates request for device SRP verification.
|
Runnable |
CognitoUser.respondToMfaChallenge(String mfaCode,
RespondToAuthChallengeResult challenge,
AuthenticationHandler callback,
boolean runInBackground)
Responds to an MFA challenge.
|
| Constructor and Description |
|---|
ChallengeContinuation(CognitoUser user,
android.content.Context context,
String username,
String clientId,
String secretHash,
RespondToAuthChallengeResult challengeResult,
boolean runInBackground,
AuthenticationHandler callback)
Constructs a continuation for a challenge to be presented to the user.
|
ChooseMfaContinuation(CognitoUser user,
android.content.Context context,
String username,
String clientId,
String secretHash,
RespondToAuthChallengeResult challengeResult,
boolean runInBackground,
AuthenticationHandler callback)
Constructs a new continuation for multiple user MFA's.
|
MultiFactorAuthenticationContinuation(CognitoUser user,
android.content.Context context,
RespondToAuthChallengeResult challenge,
boolean runInBackground,
AuthenticationHandler callback)
Constructs a multi-factor authentication continuation.
|
NewPasswordContinuation(CognitoUser user,
android.content.Context context,
String username,
String clientId,
String secretHash,
RespondToAuthChallengeResult challengeResult,
boolean runInBackground,
AuthenticationHandler callback)
Constructs a new continuation for new user sign-in.
|
RegisterMfaContinuation(CognitoUser user,
android.content.Context context,
String username,
String clientId,
String secretHash,
RespondToAuthChallengeResult challengeResult,
boolean runInBackground,
AuthenticationHandler callback)
Constructs a new continuation for multiple user MFA's.
|
| Modifier and Type | Method and Description |
|---|---|
RespondToAuthChallengeResult |
AmazonCognitoIdentityProviderClient.respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest)
Responds to the authentication challenge.
|
RespondToAuthChallengeResult |
AmazonCognitoIdentityProvider.respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest)
Responds to the authentication challenge.
|
| Modifier and Type | Method and Description |
|---|---|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.addChallengeParametersEntry(String key,
String value)
The challenge parameters.
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
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 © 2020. All rights reserved.