summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/debugging
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-05 17:47:36 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-05 17:47:36 +0200
commit7bb7885f6eb19547b906513d2664e3730ef5b593 (patch)
treece387ad24da5e3ba3b4d1604d07a5b11d9e68a2e /docs/src/gettingstarted/debugging
parent657776055cd07c1f9279e982fbfef88dca1ca71b (diff)
Docs: Add API and building improvements
Diffstat (limited to 'docs/src/gettingstarted/debugging')
-rw-r--r--docs/src/gettingstarted/debugging/fsm.md6
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