authelia/src/types/TOTPSecret.ts

6 lines
96 B
TypeScript
Raw Normal View History

2017-05-17 04:17:46 +07:00
export interface TOTPSecret {
base32: string;
ascii: string;
otpauth_url: string;
}