Class WebAuthnAuthenticationRequest

  • All Implemented Interfaces:
    io.quarkus.security.identity.request.AuthenticationRequest

    public class WebAuthnAuthenticationRequest
    extends io.quarkus.security.identity.request.BaseAuthenticationRequest
    • Constructor Detail

      • WebAuthnAuthenticationRequest

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

      • getCredentials

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