basic-http
Toggle table of contents
2.0
jvm
Platform filter
jvm
Switch theme
Search in API
basic-http
basic-http
/
core.domain.authentication
/
JwtCreator
Jwt
Creator
class
JwtCreator
(
secretKey
:
String
)
:
IJwtCreator
Class to create a JWT token.
Parameters
secret
Key
The secret key to sign the token.
Members
Constructors
Jwt
Creator
Link copied to clipboard
constructor
(
secretKey
:
String
)
Functions
create
Jwt
Link copied to clipboard
open
override
fun
createJwt
(
subject
:
String
)
:
String