JwtPayload: jwt.JwtPayload & {
    permissions: Permission[];
    refreshable: boolean;
    walletAddress: string;
}

Type declaration

  • permissions: Permission[]
  • refreshable: boolean
  • walletAddress: string

Generated using TypeDoc