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
d5035b8704
authelia
/
server
/
types
/
TOTPSecret.ts
6 lines
97 B
TypeScript
Raw
Blame
History
export
interface
TOTPSecret
{
base32
:
string
;
ascii
:
string
;
otpauth_url?
:
string
;
}
Reference in New Issue
View Git Blame
Copy Permalink