Type alias AuthInfoResponse

AuthInfoResponse: {
    authVersion: AuthVersion;
    email: string;
    id: number;
    salt: string;
}

Type declaration

  • authVersion: AuthVersion
  • email: string
  • id: number
  • salt: string

Generated using TypeDoc