1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-13 10:24:20 +01:00
bitwarden-browser/libs/common/src/enums/hash-purpose.enum.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
81 B
TypeScript
Raw Normal View History

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