mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
user canAccessPremium checks
This commit is contained in:
@@ -13,6 +13,7 @@ export abstract class UserService {
|
||||
getKdfIterations: () => Promise<number>;
|
||||
clear: () => Promise<any>;
|
||||
isAuthenticated: () => Promise<boolean>;
|
||||
canAccessPremium: () => Promise<boolean>;
|
||||
getOrganization: (id: string) => Promise<Organization>;
|
||||
getAllOrganizations: () => Promise<Organization[]>;
|
||||
replaceOrganizations: (organizations: { [id: string]: OrganizationData; }) => Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user