Skip to content

Commit

Permalink
PR #613 finetune titles
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 24, 2024
1 parent 14fe7e8 commit 495d257
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions APIs/openEO/authentication.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before attempting to authenticate with openEO.



## Getting Started: A Typical openEO Authentication Flow With The openEO Python Client Library {#sec-typical-authentication-flow}
## Authentication Essentials With The openEO Python Client {#sec-typical-authentication-flow}

A typical Copernicus Data Space Ecosystem openEO workflow,
using the openEO Python client library,
Expand Down Expand Up @@ -74,14 +74,17 @@ has a more in-depth information of various authentication concepts,
and discusses alternative authentication methods.
## Non-interactive And Machine-to-Machine Authentication with the openEO Python client library
## Non-interactive And Machine-to-Machine Authentication
@sec-typical-authentication-flow describes the typical authentication flow for interactive use cases,
e.g. when working in a Jupyter Notebook or manually running a script on a local machine.
This section will discuss authentication approaches
that are more fitting for *non-interactive* and *machine-to-machine* use cases.
::: {.callout-note}
The practical aspects will be based on the openEO Python client library,
but the concepts are also generally applicable to other openEO client libraries.
:::
### Refresh Tokens
Expand Down

0 comments on commit 495d257

Please sign in to comment.