UNPKG

@neurosity/sdk

Version:
4 lines 245 B
import { SDKOptions } from "../../types/options"; import { OAuthConfig } from "../../types/oauth"; export declare function createOAuthURL(config: OAuthConfig, sdkOptions: SDKOptions): Promise<string>; //# sourceMappingURL=createOAuthURL.d.ts.map