mirror of
https://github.com/denoland/setup-deno.git
synced 2026-08-07 00:00:26 +02:00
fix: use npm install (#77)
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