1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-11 10:10:25 +01:00
bitwarden-browser/libs/common/src/enums/hashPurpose.ts
2022-06-03 16:24:40 +02:00

5 lines
81 B
TypeScript

export enum HashPurpose {
ServerAuthorization = 1,
LocalAuthorization = 2,
}