Package-level declarations

Contains Framework Authentication Classes.

Types

Link copied to clipboard
interface IJwtCreator

Interface for creating JWT token

Link copied to clipboard
class JwtCreator(secretKey: String) : IJwtCreator

Class to create a JWT token.

Link copied to clipboard
class JwtValidator(secretKey: String)

Class to validate JWT tokens.

Link copied to clipboard

Annotation to indicate that the endpoint requires authentication.