Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnConfigurationType
Packages that use WebAuthnConfigurationType
-
Uses of WebAuthnConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return WebAuthnConfigurationTypeModifier and TypeMethodDescriptionGetUserPoolMfaConfigResponse.webAuthnConfiguration()Shows user pool configuration for sign-in with passkey authenticators such as biometric devices and security keys.SetUserPoolMfaConfigRequest.webAuthnConfiguration()The configuration of your user pool for passkey, or WebAuthn, authentication and registration.SetUserPoolMfaConfigResponse.webAuthnConfiguration()The configuration of your user pool for passkey, or WebAuthn, sign-in with authenticators such as biometric and security-key devices.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type WebAuthnConfigurationTypeModifier and TypeMethodDescriptionGetUserPoolMfaConfigResponse.Builder.webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration) Shows user pool configuration for sign-in with passkey authenticators such as biometric devices and security keys.SetUserPoolMfaConfigRequest.Builder.webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration) The configuration of your user pool for passkey, or WebAuthn, authentication and registration.SetUserPoolMfaConfigResponse.Builder.webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration) The configuration of your user pool for passkey, or WebAuthn, sign-in with authenticators such as biometric and security-key devices.