Class responsible for JWT generation.
IJwtGeneratorOptions.accessTokenSigner
IJwtGeneratorOptions.apiKey
IJwtGeneratorOptions.apiKeyId
IJwtGeneratorOptions.appId
IJwtGeneratorOptions.millisecondsToLive
Generates a token with the given identity as the subject and optional additional data.
Identity to be associated with JWT (i.e. the Subject).
Additional data to be encoded in the JWT.
Class responsible for JWT generation.