diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-05 17:47:36 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-05-05 17:47:36 +0200 |
| commit | 7bb7885f6eb19547b906513d2664e3730ef5b593 (patch) | |
| tree | ce387ad24da5e3ba3b4d1604d07a5b11d9e68a2e /docs/src/gettingstarted/debugging/fsm.md | |
| parent | 657776055cd07c1f9279e982fbfef88dca1ca71b (diff) | |
Docs: Add API and building improvements
Diffstat (limited to 'docs/src/gettingstarted/debugging/fsm.md')
| -rw-r--r-- | docs/src/gettingstarted/debugging/fsm.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/gettingstarted/debugging/fsm.md b/docs/src/gettingstarted/debugging/fsm.md index 08022cb..11d51de 100644 --- a/docs/src/gettingstarted/debugging/fsm.md +++ b/docs/src/gettingstarted/debugging/fsm.md @@ -19,9 +19,9 @@ The current state is highlighted in the <span style="color:cyan">cyan</span> col ## State explanation The states mean the following: -- `DEREGISTERED`: The client has not registered with the library yet, the state variables are not initialized -- `NO_SERVER`: The client is registered, but has not chosen a server yet -- `CHOSEN_SERVER`: The client has chosen a server to connect to +- `Deregistered`: The client has not registered with the library yet, the state variables are not initialized +- `No_Server`: The client is registered, but has not chosen a server yet +- `Chosen_ServeR`: The client has chosen a server to connect to - `OAuth_Started`: The OAuth process has been started. This means that the client needs to redirect to the browser so that the user can login and approve the application - `Authorized`: The OAuth process has finished. The client now has tokens and is thus authorized - `Request_Config`: The client is in the process of requesting an OpenVPN/Wireguard configuration from the server |
