JWTAuthenticationProvider

class JWTAuthenticationProvider : AuthenticationProvider

A JWT Authentication provider.

See also

Types

Link copied to clipboard
class Config : AuthenticationProvider.Config

A configuration for the jwt authentication provider.

Functions

Link copied to clipboard
open suspend override fun onAuthenticate(context: AuthenticationContext)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
val skipWhen: List<ApplicationCallPredicate>