interface SwaggerAuthHandler
createAuthHandlers |
abstract fun createAuthHandlers(roles: Roles): RouteHandlers |
JwtAuthHelper |
Verifies authentication according to information specified in the swagger doc. class JwtAuthHelper : SwaggerAuthHandler |