UNPKG

@digital-gov-mg/nui-federation-sdk

Version:

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

7 lines (6 loc) 231 B
import { http } from '../transports'; export declare const fetchSytemToken: ({ baseUrl, clientId, clientSecret, }: { baseUrl: string; clientId: string; clientSecret: string; }) => Promise<http.AxiosResponse<any, any>>;