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.
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.