public static class TockAuthProvider.DefaultImpls
Base interface for AuthProvider in Tock framework.
@NotNull public static java.lang.String getSessionCookieName(TockAuthProvider $this)
The tock session cookie name.
@NotNull public static java.util.Set<kotlin.text.Regex> excludedPaths(TockAuthProvider $this, @NotNull WebVerticle verticle)
Paths to exclude from the AuthProvider.
@Nullable public static TockUser toTockUser(TockAuthProvider $this, @NotNull io.vertx.ext.web.RoutingContext context)
Gets a class TockUser from current vert.x state.
class TockUser