export interface IOAuthInfo { httpMethod: string; httpRequestUrl: string; httpAuthorizationHeader: string; }