export interface MediaflowAuthenticationInfo { clientId: string; clientSecret: string; refreshToken: string; }