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 Details

    • WebAuthnAuthenticationRequest

      public WebAuthnAuthenticationRequest(io.vertx.ext.auth.webauthn.WebAuthnCredentials credentials)
  • Method Details

    • getCredentials

      public io.vertx.ext.auth.webauthn.WebAuthnCredentials getCredentials()