bitwarden-estensione-browser/libs/common/src/enums/authenticationType.ts

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

6 lines
73 B
TypeScript
Raw Normal View History

export enum AuthenticationType {
Password = 0,
Sso = 1,
Api = 2,
}