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

3 lines
278 B
TypeScript
Raw Normal View History

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