TenantProfile: Pick<AccountInfo, "tenantId" | "localAccountId" | "name"> & {
    isHomeTenant?: boolean;
}

Account details that vary across tenants for the same user

Type declaration

  • Optional isHomeTenant?: boolean
    • isHomeTenant - True if this is the home tenant profile of the account, false if it's a guest tenant profile

Generated using TypeDoc