Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
AdminRespondToAuthChallengeResult |
AWSCognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest request)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|
AdminRespondToAuthChallengeResult |
AWSCognitoIdentityProvider.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|
AdminRespondToAuthChallengeResult |
AbstractAWSCognitoIdentityProvider.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest request) |
Future<AdminRespondToAuthChallengeResult> |
AbstractAWSCognitoIdentityProviderAsync.adminRespondToAuthChallengeAsync(AdminRespondToAuthChallengeRequest request) |
Future<AdminRespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsync.adminRespondToAuthChallengeAsync(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|
Future<AdminRespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsyncClient.adminRespondToAuthChallengeAsync(AdminRespondToAuthChallengeRequest request) |
Future<AdminRespondToAuthChallengeResult> |
AbstractAWSCognitoIdentityProviderAsync.adminRespondToAuthChallengeAsync(AdminRespondToAuthChallengeRequest request,
AsyncHandler<AdminRespondToAuthChallengeRequest,AdminRespondToAuthChallengeResult> asyncHandler) |
Future<AdminRespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsync.adminRespondToAuthChallengeAsync(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest,
AsyncHandler<AdminRespondToAuthChallengeRequest,AdminRespondToAuthChallengeResult> asyncHandler)
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|
Future<AdminRespondToAuthChallengeResult> |
AWSCognitoIdentityProviderAsyncClient.adminRespondToAuthChallengeAsync(AdminRespondToAuthChallengeRequest request,
AsyncHandler<AdminRespondToAuthChallengeRequest,AdminRespondToAuthChallengeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.addChallengeResponsesEntry(String key,
String value)
Add a single ChallengeResponses entry
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.addClientMetadataEntry(String key,
String value)
Add a single ClientMetadata entry
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.clearChallengeResponsesEntries()
Removes all the entries added into ChallengeResponses.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.clone() |
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withAnalyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The analytics metadata for collecting Amazon Pinpoint metrics for
AdminRespondToAuthChallenge calls. |
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withChallengeName(ChallengeNameType challengeName)
The challenge name.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withChallengeName(String challengeName)
The challenge name.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withChallengeResponses(Map<String,String> challengeResponses)
The responses to the challenge that you received in the previous request.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withClientId(String clientId)
The app client ID.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.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.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withContextData(ContextDataType contextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withSession(String session)
The session that should be passed both ways in challenge-response calls to the service.
|
AdminRespondToAuthChallengeRequest |
AdminRespondToAuthChallengeRequest.withUserPoolId(String userPoolId)
The ID of the Amazon Cognito user pool.
|
Copyright © 2024. All rights reserved.