Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ export interface OAuth2ClientOptions
clientAuthentication?: ClientAuthentication;
}

// Re-exporting here for backwards compatibility
export type RefreshOptions = Pick<
AuthClientOptions,
'eagerRefreshThresholdMillis' | 'forceRefreshOnFailure'
>;

export class OAuth2Client extends AuthClient {
private redirectUri?: string;
private certificateCache: Certificates = {};
Expand Down
1 change: 0 additions & 1 deletion core/packages/google-auth-library-nodejs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export {
GetTokenOptions,
OAuth2Client,
OAuth2ClientOptions,
RefreshOptions,
TokenInfo,
VerifyIdTokenOptions,
ClientAuthentication,
Expand Down
Loading