botbook/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

3 lines
No EOL
278 B
TypeScript

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