File

libs/interfaces/src/auth/jwtPayload.interface.ts

Index

Properties

Properties

exp
exp: number
Type : number
iat
iat: number
Type : number
sub
sub: string
Type : string
export interface JwtPayload {
  sub: string
  iat: number
  exp: number
}

export interface LoginWithEmailPayload {
  email: string
}

export interface LoginWith2FAPayload {
  email: string
  isTwoFactorAuthenticated: boolean
  isTwoFactorAuthenticationEnabled: boolean
}

results matching ""

    No results matching ""