vertx-kuickstart-core / dev.fuelyour.vertxkuickstartcore.tools / SwaggerAuthHandler

SwaggerAuthHandler

interface SwaggerAuthHandler

Functions

createAuthHandlers

abstract fun createAuthHandlers(roles: Roles): RouteHandlers

Inheritors

JwtAuthHelper

Verifies authentication according to information specified in the swagger doc.

class JwtAuthHelper : SwaggerAuthHandler