Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CompleteWebAuthnRegistrationResponse
Packages that use CompleteWebAuthnRegistrationResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CompleteWebAuthnRegistrationResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CompleteWebAuthnRegistrationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.completeWebAuthnRegistration(Consumer<CompleteWebAuthnRegistrationRequest.Builder> completeWebAuthnRegistrationRequest) Completes registration of a passkey authenticator for the currently signed-in user.CognitoIdentityProviderClient.completeWebAuthnRegistration(CompleteWebAuthnRegistrationRequest completeWebAuthnRegistrationRequest) Completes registration of a passkey authenticator for the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CompleteWebAuthnRegistrationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.completeWebAuthnRegistration(Consumer<CompleteWebAuthnRegistrationRequest.Builder> completeWebAuthnRegistrationRequest) Completes registration of a passkey authenticator for the currently signed-in user.CognitoIdentityProviderAsyncClient.completeWebAuthnRegistration(CompleteWebAuthnRegistrationRequest completeWebAuthnRegistrationRequest) Completes registration of a passkey authenticator for the currently signed-in user.