UNPKG

kashti-sdk

Version:

This npm package holds the code to support interactions between Kashti and Brigade

8 lines 258 B
export declare class AuthxApiClient { private baseUrl; private sessionsClient; constructor(baseUrl: string); getAuthToken: () => string; setAuthToken: (newAuthToken: string) => void; } //# sourceMappingURL=authx-api-client.d.ts.map