UNPKG

@elastic.io/component-commons-library

Version:
7 lines (6 loc) 261 B
import { NoAuthRestClient } from './NoAuthRestClient'; export declare class OAuth2RestClient extends NoAuthRestClient { private fetchNewToken; private getValidToken; protected addAuthenticationToRequestOptions(requestOptions: any): Promise<void>; }