UNPKG

fsl-authorization

Version:
5 lines (4 loc) 398 B
export declare const initRequestToken: (token: string | undefined | null) => void; export declare const getAppInfo: (appkey: string) => Promise<import("axios").AxiosResponse<any, any>>; export declare const optAutoApproveState: (appKey: string, type?: number) => Promise<import("axios").AxiosResponse<any, any>>; export declare const logout: () => Promise<import("axios").AxiosResponse<any, any>>;