UNPKG

@tongji_api/sdk

Version:

同济大学开放平台SDK

5 lines (4 loc) 281 B
import { OAuthClient as _OAuthClient, type OAuthConfig } from './oauth-client'; export type { OAuthConfig, TokenResponse, } from './oauth-client'; export declare const OAuthClient: typeof _OAuthClient; export declare function createOAuthClient(config?: OAuthConfig): _OAuthClient;