Package org.keycloak.credential
Class WebAuthnCredentialModelInput.KeycloakWebAuthnAuthenticationParameters
java.lang.Object
org.keycloak.credential.WebAuthnCredentialModelInput.KeycloakWebAuthnAuthenticationParameters
- Enclosing class:
- WebAuthnCredentialModelInput
public static class WebAuthnCredentialModelInput.KeycloakWebAuthnAuthenticationParameters
extends Object
-
Constructor Summary
ConstructorDescriptionKeycloakWebAuthnAuthenticationParameters
(com.webauthn4j.server.ServerProperty serverProperty, boolean userVerificationRequired) -
Method Summary
Modifier and TypeMethodDescriptioncom.webauthn4j.server.ServerProperty
boolean
-
Constructor Details
-
KeycloakWebAuthnAuthenticationParameters
public KeycloakWebAuthnAuthenticationParameters(com.webauthn4j.server.ServerProperty serverProperty, boolean userVerificationRequired)
-
-
Method Details
-
getServerProperty
public com.webauthn4j.server.ServerProperty getServerProperty() -
isUserVerificationRequired
public boolean isUserVerificationRequired()
-