Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnConfigurationType
-
Packages that use WebAuthnConfigurationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of WebAuthnConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return WebAuthnConfigurationType Modifier and Type Method Description WebAuthnConfigurationTypeGetUserPoolMfaConfigResponse. webAuthnConfiguration()Shows user pool configuration for sign-in with passkey authenticators like biometric devices and security keys.WebAuthnConfigurationTypeSetUserPoolMfaConfigRequest. webAuthnConfiguration()The configuration of your user pool for passkey, or WebAuthn, authentication and registration.WebAuthnConfigurationTypeSetUserPoolMfaConfigResponse. webAuthnConfiguration()The configuration of your user pool for passkey, or WebAuthn, sign-in with authenticators like biometric and security-key devices.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type WebAuthnConfigurationType Modifier and Type Method Description GetUserPoolMfaConfigResponse.BuilderGetUserPoolMfaConfigResponse.Builder. webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration)Shows user pool configuration for sign-in with passkey authenticators like biometric devices and security keys.SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration)The configuration of your user pool for passkey, or WebAuthn, authentication and registration.SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration)The configuration of your user pool for passkey, or WebAuthn, sign-in with authenticators like biometric and security-key devices.
-