mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-20 23:30:14 +02:00
chore: base
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export declare class OidcClient {
|
||||
private static createHttpClient;
|
||||
private static getRequestToken;
|
||||
private static getIDTokenUrl;
|
||||
private static getCall;
|
||||
static getIDToken(audience?: string): Promise<string>;
|
||||
}
|
||||
Reference in New Issue
Block a user