We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RefreshOptions
OAuth2Client
1 parent f23e807 commit 449af2cCopy full SHA for 449af2c
src/auth/oauth2client.ts
@@ -545,12 +545,6 @@ export interface OAuth2ClientOptions
545
clientAuthentication?: ClientAuthentication;
546
}
547
548
-// Re-exporting here for backwards compatibility
549
-export type RefreshOptions = Pick<
550
- AuthClientOptions,
551
- 'eagerRefreshThresholdMillis' | 'forceRefreshOnFailure'
552
->;
553
-
554
export class OAuth2Client extends AuthClient {
555
private redirectUri?: string;
556
private certificateCache: Certificates = {};
src/index.ts
@@ -42,7 +42,6 @@ export {
42
GetTokenOptions,
43
OAuth2Client,
44
OAuth2ClientOptions,
45
- RefreshOptions,
46
TokenInfo,
47
VerifyIdTokenOptions,
48
ClientAuthentication,
0 commit comments