mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
ClientCredentials as last element in GrantFlow enum
This commit is contained in:
parent
2ea42618c7
commit
de98779ebb
@ -47,9 +47,9 @@ class QgsAuthOAuth2Config : public QObject
|
||||
AuthCode, //!< See http://tools.ietf.org/html/rfc6749#section-4.1
|
||||
Implicit, //!< See http://tools.ietf.org/html/rfc6749#section-4.2
|
||||
ResourceOwner, //!< See http://tools.ietf.org/html/rfc6749#section-4.3
|
||||
ClientCredentials, //!< See http://tools.ietf.org/html/rfc6749#section-4.4
|
||||
Pkce, //!< See https://www.rfc-editor.org/rfc/rfc7636
|
||||
Last = Pkce
|
||||
ClientCredentials, //!< See http://tools.ietf.org/html/rfc6749#section-4.4
|
||||
Last = ClientCredentials
|
||||
};
|
||||
Q_ENUM( GrantFlow )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user