class JWTAuthenticationProvider : AuthenticationProvider
JWT authentication provider that will be registered with the specified name |
|
class JWTCredential : Credential, JWTPayloadHolder
Represents a JWT credential consist of the specified payload |
|
abstract class JWTPayloadHolder
Shortcut functions for standard registered JWT Claims |
|
class JWTPrincipal : Principal, JWTPayloadHolder
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. |