Open danielbankhead opened 1 year ago
Remove additionalOptions from clients and quotaProjectId param from DownScopedClient, as all options extend from AuthClientOptions as of:
additionalOptions
quotaProjectId
DownScopedClient
AuthClientOptions
Hi @danielbankhead I would like to work on this
@Dhoni77 Done! Take your time as this refactor is a breaking change and we won’t release another major for some time.
Remove
additionalOptions
from clients andquotaProjectId
param fromDownScopedClient
, as all options extend fromAuthClientOptions
as of: