authelia/server/types/TOTPSecret.ts

6 lines
97 B
TypeScript
Raw Normal View History

2017-05-16 21:17:46 +00:00
export interface TOTPSecret {
base32: string;
ascii: string;
otpauth_url?: string;
2017-05-16 21:17:46 +00:00
}