1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00

PM-20532 - SendTokenSvc - finish todo

This commit is contained in:
Jared Snider
2025-05-20 17:14:31 -04:00
parent e4299dac26
commit b9a8c32dce

View File

@@ -24,6 +24,8 @@ export class SendTokenService implements SendTokenServiceAbstraction {
) {}
async getSendAccessToken(sendId: string, sendCredentials?: SendAccessCredentials): Promise<void> {
// TODO: first
// TODO: check in storage for the access token and if it is expired.
// If it is expired, we will need to request a new token from the server.
// If it is not expired, we will return the token from storage.
}
}