JwtPayload

constructor(iss: String? = null, exp: Long? = null, iat: Long? = null, sub: String? = null)