Class WebAuthnHandler

    • Field Detail

      • __TYPE_ARG

        public static final io.smallrye.mutiny.vertx.TypeArg<WebAuthnHandler> __TYPE_ARG
    • Constructor Detail

      • WebAuthnHandler

        public WebAuthnHandler​(io.vertx.ext.web.handler.WebAuthnHandler delegate)
      • WebAuthnHandler

        public WebAuthnHandler​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • create

        public static WebAuthnHandler create​(io.vertx.mutiny.ext.auth.webauthn.WebAuthn webAuthn)
        Parameters:
        webAuthn -
        Returns:
        the auth handler
      • setupCredentialsCreateCallback

        public WebAuthnHandler setupCredentialsCreateCallback​(Route route)
        Parameters:
        route - the route where credential get options are generated.
        Returns:
        fluent self.
      • setupCredentialsGetCallback

        public WebAuthnHandler setupCredentialsGetCallback​(Route route)
        Parameters:
        route - the route where credential get options are generated.
        Returns:
        fluent self.
      • setupCallback

        public WebAuthnHandler setupCallback​(Route route)
        Parameters:
        route - the route where assertions and attestations are verified.
        Returns:
        fluent self.
      • setOrigin

        public WebAuthnHandler setOrigin​(String origin)
        Parameters:
        origin - - an HTTP Origin
        Returns:
        fluent self
      • newInstance

        public static WebAuthnHandler newInstance​(io.vertx.ext.web.handler.WebAuthnHandler arg)