UNPKG

@uin-federation/sdk

Version:

This SDK connects to the NUI Federation API for getting or creating, revoke, generating batch for NUI from the API

8 lines (7 loc) 298 B
import { http } from '../../core/transports/index.js'; export declare const fetchSystemToken: ({ baseUrl, clientId, clientSecret, }: { baseUrl: string; clientId: string; clientSecret: string; }) => Promise<http.AxiosResponse<any, any>>; //# sourceMappingURL=fetch-system-token.d.ts.map