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