semblance-dev/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts
2025-12-19 19:26:16 +00:00

3 lines
No EOL
281 B
TypeScript
Executable file

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