Metzploreur/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

4 lines
137 B
TypeScript

/**
* Returns the filepath of the file where SSO token is stored.
*/
export declare const getSSOTokenFilepath: (id: string) => string;