@domoinc/ryuu-proxy
Version:
a middleware that provides a proxy for local domo app development
7 lines • 429 B
TypeScript
import { Manifest } from 'ryuu-client/lib/models';
import { OauthToken } from '../models';
export declare function getMostRecentLogin(): Promise<any>;
export declare const isOauthEnabled: (manifest: Manifest) => boolean;
export declare const getProxyId: (manifest: Manifest) => string;
export declare function getOauthTokens(proxyId: string, scopes: string[] | undefined): Promise<OauthToken>;
//# sourceMappingURL=index.d.ts.map