Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.RespondToAuthChallengeRequest.Builder
Packages that use RespondToAuthChallengeRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of RespondToAuthChallengeRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type RespondToAuthChallengeRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest) 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.default RespondToAuthChallengeResponseCognitoIdentityProviderClient.respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest) 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. -
Uses of RespondToAuthChallengeRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RespondToAuthChallengeRequest.BuilderModifier and TypeMethodDescriptionRespondToAuthChallengeRequest.Builder.analyticsMetadata(Consumer<AnalyticsMetadataType.Builder> analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.RespondToAuthChallengeRequest.Builder.analyticsMetadata(AnalyticsMetadataType analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.RespondToAuthChallengeRequest.builder()RespondToAuthChallengeRequest.Builder.challengeName(String challengeName) The name of the challenge that you are responding to.RespondToAuthChallengeRequest.Builder.challengeName(ChallengeNameType challengeName) The name of the challenge that you are responding to.RespondToAuthChallengeRequest.Builder.challengeResponses(Map<String, String> challengeResponses) The responses to the challenge that you received in the previous request.The ID of the app client where the user is signing in.RespondToAuthChallengeRequest.Builder.clientMetadata(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.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RespondToAuthChallengeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The session identifier that maintains the state of authentication requests and challenge responses.RespondToAuthChallengeRequest.toBuilder()RespondToAuthChallengeRequest.Builder.userContextData(Consumer<UserContextDataType.Builder> userContextData) Contextual data about your user session like the device fingerprint, IP address, or location.RespondToAuthChallengeRequest.Builder.userContextData(UserContextDataType userContextData) Contextual data about your user session like the device fingerprint, IP address, or location.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type RespondToAuthChallengeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RespondToAuthChallengeRequest.Builder>RespondToAuthChallengeRequest.serializableBuilderClass()