Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminRespondToAuthChallengeRequest.Builder
Packages that use AdminRespondToAuthChallengeRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminRespondToAuthChallengeRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminRespondToAuthChallengeRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminRespondToAuthChallenge(Consumer<AdminRespondToAuthChallengeRequest.Builder> 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.CognitoIdentityProviderClient.adminRespondToAuthChallenge(Consumer<AdminRespondToAuthChallengeRequest.Builder> 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. -
Uses of AdminRespondToAuthChallengeRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminRespondToAuthChallengeRequest.BuilderModifier and TypeMethodDescriptionAdminRespondToAuthChallengeRequest.Builder.analyticsMetadata(Consumer<AnalyticsMetadataType.Builder> analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.AdminRespondToAuthChallengeRequest.Builder.analyticsMetadata(AnalyticsMetadataType analyticsMetadata) Information that supports analytics outcomes with Amazon Pinpoint, including the user's endpoint ID.AdminRespondToAuthChallengeRequest.builder()AdminRespondToAuthChallengeRequest.Builder.challengeName(String challengeName) The name of the challenge that you are responding to.AdminRespondToAuthChallengeRequest.Builder.challengeName(ChallengeNameType challengeName) The name of the challenge that you are responding to.AdminRespondToAuthChallengeRequest.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 you initiated sign-in.AdminRespondToAuthChallengeRequest.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.AdminRespondToAuthChallengeRequest.Builder.contextData(Consumer<ContextDataType.Builder> contextData) Contextual data about your user session like the device fingerprint, IP address, or location.AdminRespondToAuthChallengeRequest.Builder.contextData(ContextDataType contextData) Contextual data about your user session like the device fingerprint, IP address, or location.AdminRespondToAuthChallengeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminRespondToAuthChallengeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The session identifier that maintains the state of authentication requests and challenge responses.AdminRespondToAuthChallengeRequest.toBuilder()AdminRespondToAuthChallengeRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to respond to an authentication challenge.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminRespondToAuthChallengeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminRespondToAuthChallengeRequest.Builder>AdminRespondToAuthChallengeRequest.serializableBuilderClass()