You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flow for the client credentials can be instantiated with either 2 methods.
from_client_secrets_file
from_client_config
However, we intend to persist client credentials in an external vault like google secret manager and would like to have an instantiation mechanism by passing the secrets as arguments rather than local file or config.
The text was updated successfully, but these errors were encountered:
Flow for the client credentials can be instantiated with either 2 methods.
However, we intend to persist client credentials in an external vault like google secret manager and would like to have an instantiation mechanism by passing the secrets as arguments rather than local file or config.
The text was updated successfully, but these errors were encountered: