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

PM-20532 - WIP initial commit

This commit is contained in:
Jared Snider
2025-05-16 11:04:28 -04:00
parent e35882afc8
commit 9a02f03592
5 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
import { DeviceRequest } from "./device.request";
import { TokenTwoFactorRequest } from "./token-two-factor.request";
// TODO Consider scoping this token request to the Bitwarden API
// This allows us to create a SendTokenRequest that is scoped to the Send API
// and not the entire Bitwarden API
export abstract class TokenRequest {
protected device?: DeviceRequest;
protected authRequest: string;