mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
refresh notification token if needed. authed and unlocked required
This commit is contained in:
@@ -234,5 +234,6 @@ export abstract class ApiService {
|
||||
|
||||
getUserPublicKey: (id: string) => Promise<UserKeyResponse>;
|
||||
|
||||
getActiveBearerToken: () => Promise<string>;
|
||||
fetch: (request: Request) => Promise<Response>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user