mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-06-26 01:49:29 +08:00
Update dependencies
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