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
Constructors Constructor Description KeycloakWebAuthnAuthenticationParameters(com.webauthn4j.server.ServerProperty serverProperty, boolean userVerificationRequired)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.webauthn4j.server.ServerProperty
getServerProperty()
boolean
isUserVerificationRequired()
-