CwtPayload: ImplementsZodType<z.infer<typeof CwtPayloadValidator>, {
    aud?: string;
    exp?: number;
    iat?: number;
    iss: string;
    jti: string;
    nbf?: number;
    status?: CwtStatus;
    sub?: string;
    type?: string;
}>

Type declaration

  • Optional Readonly aud?: string
  • Optional Readonly exp?: number
  • Optional Readonly iat?: number
  • Readonly iss: string
  • Readonly jti: string
  • Optional Readonly nbf?: number
  • Optional Readonly status?: CwtStatus
  • Optional Readonly sub?: string
  • Optional Readonly type?: string

Generated using TypeDoc