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