Function gcp_auth::from_credentials_file[][src]

pub async fn from_credentials_file<T: AsRef<Path>>(
    path: T
) -> Result<AuthenticationManager, Error>
Expand description

Initialize GCP authentication based on a credentials file

Returns AuthenticationManager which can be used to obtain tokens