Interface IUserCred

Hierarchy

  • IUserCred

Properties

2FA?: {
    base32: string;
    otpauthUrl: string;
    verified: boolean;
}

Type declaration

  • base32: string
  • otpauthUrl: string
  • verified: boolean
admin?: boolean
allowedApps?: Record<string, string>
authorised?: {} | Record<string, AuthorisedBrowser>
beta?: string[]
dataRefID: string
email: string
password: string
phone: string
safeMode?: boolean
stdID: string

Generated using TypeDoc