1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-12 00:00:10 +08:00
2022-07-11 09:45:23 +02:00

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>;
}