Package io.quarkus.security.webauthn
Class WebAuthnBuildTimeConfig
- java.lang.Object
-
- io.quarkus.security.webauthn.WebAuthnBuildTimeConfig
-
@ConfigRoot(name="webauthn") public class WebAuthnBuildTimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledIf the WebAuthn extension is enabled.
-
Constructor Summary
Constructors Constructor Description WebAuthnBuildTimeConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="true") public boolean enabled
If the WebAuthn extension is enabled.
-
-