| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Runnable |
CognitoUser.respondToChallenge(RespondToAuthChallengeRequest challengeResponse,
AuthenticationHandler callback,
boolean runInBackground)
This method sends the challenge response to the Cognito IDP service.
|
| 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 |
|---|---|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.addChallengeResponsesEntry(String key,
String value)
The challenge responses.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.addClientMetadataEntry(String key,
String value)
A map of custom key-value pairs that you can provide as input for any
custom workflows that this action triggers.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.clearChallengeResponsesEntries()
Removes all the entries added into ChallengeResponses.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withAnalyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The Amazon Pinpoint analytics metadata for collecting metrics for
RespondToAuthChallenge calls. |
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withChallengeName(ChallengeNameType challengeName)
The challenge name.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withChallengeName(String challengeName)
The challenge name.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withChallengeResponses(Map<String,String> challengeResponses)
The challenge responses.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withClientId(String clientId)
The app client ID.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withClientMetadata(Map<String,String> clientMetadata)
A map of custom key-value pairs that you can provide as input for any
custom workflows that this action triggers.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withSession(String session)
The session which should be passed both ways in challenge-response calls
to the service.
|
RespondToAuthChallengeRequest |
RespondToAuthChallengeRequest.withUserContextData(UserContextDataType userContextData)
Contextual data such as the user's device fingerprint, IP address, or
location used for evaluating the risk of an unexpected event by Amazon
Cognito advanced security.
|
Copyright © 2020. All rights reserved.