File

src/auth/interfaces/jwt-user.interface.ts

Index

Properties

Properties

_id
_id: string
Type : string
authStrategy
authStrategy: string
Type : string
Optional
currentGroups
currentGroups: string[]
Type : string[]
email
email: string
Type : string
username
username: string
Type : string
export interface JWTUser {
  _id: string;
  username: string;
  email: string;
  currentGroups: string[];
  authStrategy?: string;
}

results matching ""

    No results matching ""