Outlook_Addin_LLM/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts

3 lines
278 B
TypeScript
Raw Normal View History

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