IJwtCreator

interface IJwtCreator

Interface for creating JWT token

Inheritors

Functions

Link copied to clipboard
abstract fun createJwt(subject: String): String