Open aebrahim opened 1 year ago
Replaces #229.
This fixes a bug where if no scopes are passed in, application default credentials fail in the authorized_user flow.
>>> credentials_app_default() NULL >>> credentials_app_default(scopes=c("https://www.googleapis.com/auth/cloud-platform")) <Token>
Replaces #229.
This fixes a bug where if no scopes are passed in, application default credentials fail in the authorized_user flow.