Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CompleteWebAuthnRegistrationRequest.Builder
-
Packages that use CompleteWebAuthnRegistrationRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CompleteWebAuthnRegistrationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type CompleteWebAuthnRegistrationRequest.Builder Modifier and Type Method Description default CompletableFuture<CompleteWebAuthnRegistrationResponse>CognitoIdentityProviderAsyncClient. completeWebAuthnRegistration(Consumer<CompleteWebAuthnRegistrationRequest.Builder> completeWebAuthnRegistrationRequest)Completes registration of a passkey authenticator for the currently signed-in user.default CompleteWebAuthnRegistrationResponseCognitoIdentityProviderClient. completeWebAuthnRegistration(Consumer<CompleteWebAuthnRegistrationRequest.Builder> completeWebAuthnRegistrationRequest)Completes registration of a passkey authenticator for the currently signed-in user. -
Uses of CompleteWebAuthnRegistrationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CompleteWebAuthnRegistrationRequest.Builder Modifier and Type Method Description static Class<? extends CompleteWebAuthnRegistrationRequest.Builder>CompleteWebAuthnRegistrationRequest. serializableBuilderClass()
-