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
ConstructorsConstructorDescriptionKeycloakWebAuthnAuthenticationParameters(com.webauthn4j.server.ServerProperty serverProperty, boolean userVerificationRequired)  - 
Method Summary
Modifier and TypeMethodDescriptioncom.webauthn4j.server.ServerPropertyboolean 
- 
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() 
 -