ReAuthPlugin

abstract class ReAuthPlugin

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun disable()
Link copied to clipboard
abstract fun enable()
Link copied to clipboard
fun initialize(server: RASHost)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun registerMethod(method: HttpMethod): ReAuthPlugin
Link copied to clipboard
fun registerMethods(vararg methods: HttpMethod): ReAuthPlugin
fun registerMethods(methods: List<HttpMethod>): ReAuthPlugin
Link copied to clipboard
fun routes(block: Route.() -> Unit): ReAuthPlugin