This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c579355c5b
authelia
/
shared
/
AuthenticationLevel.ts
8 lines
98 B
TypeScript
Raw
Blame
History
enum
Level
{
NOT_AUTHENTICATED
=
0
,
ONE_FACTOR
=
1
,
TWO_FACTOR
=
2
}
export
default
Level
;
Reference in New Issue
View Git Blame
Copy Permalink