Krosstalk Plugins
1.4.1-SNAPSHOT
Krosstalk Ktor Server JWT Auth
/
com.rnett.krosstalk.ktor.server.auth
/
KtorServerJWTAuth
Ktor
Server
JWTAuth
abstract
class
KtorServerJWTAuth
<
T
:
Principal
>
(
authName
:
String
?
)
:
KtorServerPrincipalAuth
<
T
>
Content copied to clipboard
A Ktor server JWT auth scope.
Constructors
Functions
Sources
Constructors
Ktor
Server
JWTAuth
Link copied to clipboard
fun
KtorServerJWTAuth
(
authName
:
String
?
=
randomAuthName()
)
Content copied to clipboard
Functions
configure
Link copied to clipboard
abstract
fun
JWTAuthenticationProvider.Configuration
.
configure
(
)
Content copied to clipboard
configure
Auth
Link copied to clipboard
open
override
fun
Authentication.Configuration
.
configureAuth
(
)
Content copied to clipboard
Sources
jvm source
Link copied to clipboard