7 lines
314 B
TypeScript
7 lines
314 B
TypeScript
export enum ProtectionEvent {
|
|
UnprotectedSessionBegan = 'Protection:UnprotectedSessionBegan',
|
|
UnprotectedSessionExpired = 'Protection:UnprotectedSessionExpired',
|
|
BiometricsSoftLockEngaged = 'Protection:BiometricsSoftLockEngaged',
|
|
BiometricsSoftLockDisengaged = 'Protection:BiometricsSoftLockDisengaged',
|
|
}
|