From 258c5f84ed9f7b2817c367bf0f4ead1141aca756 Mon Sep 17 00:00:00 2001 From: clementlsr <35683030+clementlsr@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:42:25 +0100 Subject: [PATCH] Update authentication.rst I tried it today on QGIS 3.28.12. It's mentioned in this post https://gis.stackexchange.com/questions/438856/create-esri-token-authentication-in-pyqgis. "Esri-Token" is not recognized by the authentication manager in QGIS and the token is not stored. --- docs/pyqgis_developer_cookbook/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyqgis_developer_cookbook/authentication.rst b/docs/pyqgis_developer_cookbook/authentication.rst index 2a855175686..8c4745d9d6c 100644 --- a/docs/pyqgis_developer_cookbook/authentication.rst +++ b/docs/pyqgis_developer_cookbook/authentication.rst @@ -210,7 +210,7 @@ Available Authentication methods authentication manager init. Available authentication methods are: #. ``Basic`` User and password authentication -#. ``Esri-Token`` ESRI token based authentication +#. ``EsriToken`` ESRI token based authentication #. ``Identity-Cert`` Identity certificate authentication #. ``OAuth2`` OAuth2 authentication #. ``PKI-Paths`` PKI paths authentication