authelia/server/types/TOTPSecret.ts

6 lines
97 B
TypeScript
Raw Normal View History

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