1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

docs(authentication): (Auth) [PM-26033] Overview of Authentication at Bitwarden (#16276)

Creates a README that describes an Overview of Authentication methods at Bitwarden
This commit is contained in:
rr-bw
2025-11-03 09:14:19 -08:00
committed by GitHub
parent e1e3966cc2
commit 2fe6cb4185
3 changed files with 383 additions and 0 deletions

View File

@@ -11,11 +11,13 @@ import { MasterPasswordPolicyResponse } from "./master-password-policy.response"
import { UserDecryptionOptionsResponse } from "./user-decryption-options/user-decryption-options.response";
export class IdentityTokenResponse extends BaseResponse {
// Authentication Information
accessToken: string;
expiresIn?: number;
refreshToken?: string;
tokenType: string;
// Decryption Information
resetMasterPassword: boolean;
privateKey: string; // userKeyEncryptedPrivateKey
key?: EncString; // masterKeyEncryptedUserKey