JwtValidator

class JwtValidator(secretKey: String)

Class to validate JWT tokens.

Parameters

secretKey

The secret key used to sign the tokens.

Constructors

Link copied to clipboard
constructor(secretKey: String)

Functions

Link copied to clipboard