basic-http
Toggle table of contents
2.0
jvm
Platform filter
jvm
Switch theme
Search in API
basic-http
basic-http
/
core.domain.authentication
/
JwtValidator
Jwt
Validator
class
JwtValidator
(
secretKey
:
String
)
Class to validate JWT tokens.
Parameters
secret
Key
The secret key used to sign the tokens.
Members
Constructors
Jwt
Validator
Link copied to clipboard
constructor
(
secretKey
:
String
)
Functions
verify
Token
Link copied to clipboard
fun
verifyToken
(
token
:
String
)
:
Boolean