3 lines
No EOL
281 B
TypeScript
3 lines
No EOL
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
|