@@ -268,22 +268,24 @@ def initialize_auth_client_context(
268
268
application developer, and are given the highest priority. Internally, the
269
269
priority used for the source of any particular configuration values is, from
270
270
highest to lowest priority, as follows:
271
- - Arguments to this function.
272
- - Environment variables.
273
- - Values from configuration file.
274
- - Built-in defaults.
271
+
272
+ - Arguments to this function.
273
+ - Environment variables.
274
+ - Values from configuration file.
275
+ - Built-in defaults.
275
276
276
277
In constructing the returned Auth context, the following priority is applied, from
277
278
highest to lowest:
278
- - A user selected auth profile, as specified by `auth_profile_opt`. This may either
279
- specify a built-in profile name, or a fully custom profile defined by files in
280
- a `~/.planet/<profile name>` directory.
281
- - A user selected OAuth service account, as specified by `auth_client_id_opt` and `auth_client_secret_opt`.
282
- - A user specified API key, as specified by `auth_api_key_opt`
283
- - A user selected auth profile, as determined from either environment variables or config files.
284
- - A user selected OAuth service account, as determined from either environment variables or config files.
285
- - A user selected API key, as determined from either environment variables or config files.
286
- - A built-in default auth profile, which may require interactive user authentication.
279
+
280
+ - A user selected auth profile, as specified by `auth_profile_opt`. This may either
281
+ specify a built-in profile name, or a fully custom profile defined by files in
282
+ a `~/.planet/<profile name>` directory.
283
+ - A user selected OAuth service account, as specified by `auth_client_id_opt` and `auth_client_secret_opt`.
284
+ - A user specified API key, as specified by `auth_api_key_opt`
285
+ - A user selected auth profile, as determined from either environment variables or config files.
286
+ - A user selected OAuth service account, as determined from either environment variables or config files.
287
+ - A user selected API key, as determined from either environment variables or config files.
288
+ - A built-in default auth profile, which may require interactive user authentication.
287
289
288
290
Example:
289
291
```python
0 commit comments