mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-13 10:24:20 +01:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
|
export enum HashPurpose {
|
||
|
ServerAuthorization = 1,
|
||
|
LocalAuthorization = 2,
|
||
|
}
|