AuthProvider

Types

Link copied to clipboard
data class Security<TScope : Enum<TScope>, Described>(val scheme: SecuritySchemeModel<TScope>, val requirements: List<TScope>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract suspend fun getAuth(pipeline: RoutingContext): TAuth