Package io.quarkus.security.webauthn
Class WebAuthnAuthenticationRequest
java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.quarkus.security.webauthn.WebAuthnAuthenticationRequest
- All Implemented Interfaces:
io.quarkus.security.identity.request.AuthenticationRequest
public class WebAuthnAuthenticationRequest
extends io.quarkus.security.identity.request.BaseAuthenticationRequest
-
Constructor Summary
ConstructorsConstructorDescriptionWebAuthnAuthenticationRequest
(io.vertx.ext.auth.webauthn.WebAuthnCredentials credentials) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.auth.webauthn.WebAuthnCredentials
Methods inherited from class io.quarkus.security.identity.request.BaseAuthenticationRequest
getAttribute, getAttributes, setAttribute
-
Constructor Details
-
WebAuthnAuthenticationRequest
public WebAuthnAuthenticationRequest(io.vertx.ext.auth.webauthn.WebAuthnCredentials credentials)
-
-
Method Details
-
getCredentials
public io.vertx.ext.auth.webauthn.WebAuthnCredentials getCredentials()
-