UNPKG

@domoinc/ryuu-proxy

Version:

a middleware that provides a proxy for local domo app development

7 lines (6 loc) 394 B
import { OauthToken } from "../models"; import { Manifest } from "ryuu-client/lib/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>;