mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-11 03:15:16 +08:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
export enum HashPurpose {
|
|
ServerAuthorization = 1,
|
|
LocalAuthorization = 2,
|
|
}
|