Files
Jobs-List/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts
T

3 lines
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