@@ -268,22 +268,24 @@ def initialize_auth_client_context(
268268 application developer, and are given the highest priority. Internally, the
269269 priority used for the source of any particular configuration values is, from
270270 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.
275276
276277 In constructing the returned Auth context, the following priority is applied, from
277278 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.
287289
288290 Example:
289291 ```python
0 commit comments