Commit 0f339f0 1 parent d8e9964 commit 0f339f0 Copy full SHA for 0f339f0
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -531,12 +531,14 @@ export class OAuth2Client extends AuthClient {
531
531
this . redirectUri = opts . redirectUri ;
532
532
533
533
this . endpoints = {
534
- tokenInfoUrl : ` https://oauth2.${ this . universeDomain } /tokeninfo` ,
534
+ tokenInfoUrl : ' https://oauth2.googleapis.com /tokeninfo' ,
535
535
oauth2AuthBaseUrl : 'https://accounts.google.com/o/oauth2/v2/auth' ,
536
- oauth2TokenUrl : `https://oauth2.${ this . universeDomain } /token` ,
537
- oauth2RevokeUrl : `https://oauth2.${ this . universeDomain } /revoke` ,
538
- oauth2FederatedSignonPemCertsUrl : `https://www.${ this . universeDomain } /oauth2/v1/certs` ,
539
- oauth2FederatedSignonJwkCertsUrl : `https://www.${ this . universeDomain } /oauth2/v3/certs` ,
536
+ oauth2TokenUrl : 'https://oauth2.googleapis.com/token' ,
537
+ oauth2RevokeUrl : 'https://oauth2.googleapis.com/revoke' ,
538
+ oauth2FederatedSignonPemCertsUrl :
539
+ 'https://www.googleapis.com/oauth2/v1/certs' ,
540
+ oauth2FederatedSignonJwkCertsUrl :
541
+ 'https://www.googleapis.com/oauth2/v3/certs' ,
540
542
oauth2IapPublicKeyUrl : 'https://www.gstatic.com/iap/verify/public_key' ,
541
543
...opts . endpoints ,
542
544
} ;
You can’t perform that action at this time.
0 commit comments