class JWTAuthenticationProvider : AuthenticationProvider
JWT authentication provider that will be registered with the specified name |
|
class JWTCredential : Credential
Represents a JWT credential consist of the specified payload |
|
class JWTPrincipal : Principal
Represents a JWT principal consist of the specified payload |
typealias JWTAuthChallengeFunction = suspend PipelineContext<*, ApplicationCall>.(defaultScheme: String, realm: String) -> Unit
Specifies what to send back if session authentication fails. |
|
typealias JWTConfigureFunction = Verification.() -> Unit
JWT verifier configuration function. It is applied on the verifier builder. |