@fragment-dev/node-client
Version:
[Fragment](https://fragment.dev) is the Ledger API for engineers that move money. Stop wrangling payment tables, debugging balance errors and hacking together data pipelines. Start shipping the features that make a difference.
12 lines • 311 B
TypeScript
type GetTokenParams = {
clientId: string;
secret: string;
scope: string;
authUrl: string;
};
export declare const getToken: ({ clientId, secret, scope, authUrl, }: GetTokenParams) => Promise<{
access_token: string;
expiry_time: Date;
}>;
export {};
//# sourceMappingURL=getToken.d.ts.map