mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -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
|
AuthCode, //!< See http://tools.ietf.org/html/rfc6749#section-4.1
|
||||||
Implicit, //!< See http://tools.ietf.org/html/rfc6749#section-4.2
|
Implicit, //!< See http://tools.ietf.org/html/rfc6749#section-4.2
|
||||||
ResourceOwner, //!< See http://tools.ietf.org/html/rfc6749#section-4.3
|
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
|
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 )
|
Q_ENUM( GrantFlow )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user