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 MFA with passkeys from 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, 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 MFA with passkeys from 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, biometric and security-key devices.
-