This website requires JavaScript.
Explore
Help
Sign In
techies
/
authelia
Watch
1
Star
0
Fork
0
You've already forked authelia
mirror of
https://github.com/0rangebananaspy/authelia.git
synced
2024-09-14 22:47:21 +07:00
Code
Issues
Projects
Releases
Wiki
Activity
b7a180af9b
authelia
/
server
/
types
/
TOTPSecret.ts
6 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Migrate server to typescript
2017-05-17 04:17:46 +07:00
export
interface
TOTPSecret
{
base32
:
string
;
ascii
:
string
;
Refactor client to make it responsive and testable
2017-05-25 20:09:29 +07:00
otpauth_url?
:
string
;
Migrate server to typescript
2017-05-17 04:17:46 +07:00
}
Reference in New Issue
Copy Permalink