OAuth2 QML Type
A helper for OAuth2 flows. More...
Import Statement: | import Amber.Web.Authorization 1.0 |
Instantiates: | OAuth2 |
Detailed Description
The Amber::Web::Authorization::OAuth2 type is exposed to QML as OAuth2
in the Amber.Web.Authorization
QML import namespace.
Clients will most likely want to use the OAuth2AcPkce helper instead of this OAuth2 helper, as it also includes a RedirectListener.
See also OAuth2AcPkce, OAuth2Ac, and OAuth2Implicit.