mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-22 16:39:12 +08:00
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
export declare class OidcClient {
|
|
private static createHttpClient;
|
|
private static getRequestToken;
|
|
private static getIDTokenUrl;
|
|
private static getCall;
|
|
static getIDToken(audience?: string): Promise<string>;
|
|
}
|