3 lines
278 B
TypeScript
3 lines
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
|