PySide6.QtNetworkAuth¶
A |
|||
O |
|||
Detailed Description¶
Provides network authorization capabilities (OAuth).
Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users’ passwords.
Currently, the supported authorization protocol is OAuth , versions 1 and 2.
Using the Module¶
To include the definitions of modules classes, use the following directive:
import PySide6.QtNetworkAuth
Overview¶
The goal of this module is to provide a way to handle different authentication methods present on the Internet.
There are several authentication systems, including:
These systems allow the application developers to create applications which use external authentication servers provided by an Authorization Server. Users of these services need not worry about passing their credentials to suspicious applications. Instead, the credentials are entered in a known and trusted web interface.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.