aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/node_modules/@actions/core/lib/oidc-utils.d.ts
blob: 657c7f4ad94e01ca28ca6544ecdddff73be5a953 (plain) (tree)
1
2
3
4
5
6
7






                                                          
export declare class OidcClient {
    private static createHttpClient;
    private static getRequestToken;
    private static getIDTokenUrl;
    private static getCall;
    static getIDToken(audience?: string): Promise<string>;
}