toggle menu
ktor
3.0.0-beta-2
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
jvm
switch theme
search in API
ktor-server-auth-jwt
/
io.ktor.server.auth.jwt
/
JWTAuthenticationProvider
JWTAuthentication
Provider
class
JWTAuthenticationProvider
:
AuthenticationProvider
A JWT
Authentication
provider.
See also
jwt
Members
Types
Config
Link copied to clipboard
class
Config
:
AuthenticationProvider.Config
A configuration for the
jwt
authentication provider.
Properties
name
Link copied to clipboard
val
name
:
String
?
skip
When
Link copied to clipboard
val
skipWhen
:
List
<
ApplicationCallPredicate
>
Functions
on
Authenticate
Link copied to clipboard
open
suspend override
fun
onAuthenticate
(
context
:
AuthenticationContext
)