1
0
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:
Kyle Spearrin
2018-08-22 21:46:34 -04:00
parent d37fa836da
commit a360cd8e61
4 changed files with 35 additions and 27 deletions

View File

@@ -234,5 +234,6 @@ export abstract class ApiService {
getUserPublicKey: (id: string) => Promise<UserKeyResponse>;
getActiveBearerToken: () => Promise<string>;
fetch: (request: Request) => Promise<Response>;
}