cletus/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts
2025-05-09 15:53:19 -05:00

3 lines
No EOL
281 B
TypeScript

import { ClientAssertionCallback } from "../account/ClientCredentials.js";
export declare function getClientAssertion(clientAssertion: string | ClientAssertionCallback, clientId: string, tokenEndpoint?: string): Promise<string>;
//# sourceMappingURL=ClientAssertionUtils.d.ts.map