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
617e929e1a
authelia
/
shared
/
AuthenticationLevel.ts
8 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Almost full authentication workflow with U2F and TOTP.
2019-01-13 20:35:46 +00:00
enum
Level
{
NOT_AUTHENTICATED
=
0
,
ONE_FACTOR
=
1
,
TWO_FACTOR
=
2
Replace material-UI by material-components-web.
2019-01-26 14:29:12 +00:00
}
Almost full authentication workflow with U2F and TOTP.
2019-01-13 20:35:46 +00:00
Replace material-UI by material-components-web.
2019-01-26 14:29:12 +00:00
export
default
Level
;