Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnConfigurationType.Builder
-
Packages that use WebAuthnConfigurationType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of WebAuthnConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return WebAuthnConfigurationType.Builder Modifier and Type Method Description static WebAuthnConfigurationType.BuilderWebAuthnConfigurationType. builder()WebAuthnConfigurationType.BuilderWebAuthnConfigurationType.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.BuilderWebAuthnConfigurationType. toBuilder()WebAuthnConfigurationType.BuilderWebAuthnConfigurationType.Builder. userVerification(String userVerification)Whenrequired, users can only register and sign in users with passkeys that are capable of user verification.WebAuthnConfigurationType.BuilderWebAuthnConfigurationType.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.Builder Modifier and Type Method Description static Class<? extends WebAuthnConfigurationType.Builder>WebAuthnConfigurationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type WebAuthnConfigurationType.Builder Modifier and Type Method Description default GetUserPoolMfaConfigResponse.BuilderGetUserPoolMfaConfigResponse.Builder. webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration)Shows user pool configuration for MFA with passkeys from biometric devices and security keys.default SetUserPoolMfaConfigRequest.BuilderSetUserPoolMfaConfigRequest.Builder. webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration)The configuration of your user pool for passkey, or webauthN, authentication and registration.default SetUserPoolMfaConfigResponse.BuilderSetUserPoolMfaConfigResponse.Builder. webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration)The configuration of your user pool for passkey, or webauthN, biometric and security-key devices.
-