JwtConfig

constructor(issuer: String = "https://api.example.com", realm: String = "example.com", privateKeyFile: String = "privateKey.pem", keyId: @Serializable(with = UUIDSerializer::class) UUID = UUID.randomUUID())