KtorServerPrincipalAuth

abstract class KtorServerPrincipalAuth<T : Principal>(authName: String?) : KtorServerAuth<T>

A base class for defining an authentication scope that sets a principal to call.authentication.principal.

Constructors

Link copied to clipboard
fun KtorServerPrincipalAuth(authName: String?)

Functions

Link copied to clipboard
open override fun getData(call: ApplicationCall): T?

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard