UNPKG

nest-google-oauth2

Version:
6 lines (5 loc) 216 B
import { OAuth2Client, OAuth2ClientOptions } from 'google-auth-library'; export declare class GoogleOAuth2Service extends OAuth2Client { private readonly options; constructor(options: OAuth2ClientOptions); }