mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 19:34:41 +00:00
3 lines
276 B
TypeScript
3 lines
276 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
|