1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 17:13:24 +00:00

PM-20532 - Update comment

This commit is contained in:
Jared Snider
2025-06-05 12:52:21 -04:00
parent 2471b20b62
commit 67285507a2

View File

@@ -3,9 +3,7 @@
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
// Base token request for normal user focused identity server token endpoint requests.
export abstract class TokenRequest {
protected device?: DeviceRequest;
protected authRequest: string;