Module: vertx-web-js/jwt_auth_handler

vertx-web-js/jwt_auth_handler

Classes

JWTAuthHandler

Methods

<static> JWTAuthHandler.create(authProvider, skip) → {JWTAuthHandler}

Create a JWT auth handler
Parameters:
Name Type Description
authProvider AuthProvider the auth provider to use.
skip string
Source:
Returns:
the auth handler
Type
JWTAuthHandler