Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnConfigurationType.Builder
Packages that use WebAuthnConfigurationType.Builder
-
Uses of WebAuthnConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return WebAuthnConfigurationType.BuilderModifier and TypeMethodDescriptionWebAuthnConfigurationType.builder()WebAuthnConfigurationType.Builder.factorConfiguration(String factorConfiguration) Sets whether passkeys can be used as multi-factor authentication (MFA).WebAuthnConfigurationType.Builder.factorConfiguration(WebAuthnFactorConfigurationType factorConfiguration) Sets whether passkeys can be used as multi-factor authentication (MFA).WebAuthnConfigurationType.Builder.relyingPartyId(String relyingPartyId) Sets or displays the authentication domain, typically your user pool domain, that passkey providers must use as a relying party (RP) in their configuration.WebAuthnConfigurationType.toBuilder()WebAuthnConfigurationType.Builder.userVerification(String userVerification) Whenrequired, users can only register and sign in users with passkeys that are capable of user verification.WebAuthnConfigurationType.Builder.userVerification(UserVerificationType userVerification) Whenrequired, users can only register and sign in users with passkeys that are capable of user verification.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type WebAuthnConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WebAuthnConfigurationType.Builder>WebAuthnConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type WebAuthnConfigurationType.BuilderModifier and TypeMethodDescriptionGetUserPoolMfaConfigResponse.Builder.webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration) Shows user pool configuration for sign-in with passkey authenticators such as biometric devices and security keys.SetUserPoolMfaConfigRequest.Builder.webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration) The configuration of your user pool for passkey, or WebAuthn, authentication and registration.SetUserPoolMfaConfigResponse.Builder.webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration) The configuration of your user pool for passkey, or WebAuthn, sign-in with authenticators such as biometric and security-key devices.