QOAuthHttpServerReplyHandler¶
Synopsis¶
Functions¶
def
callbackPath
()def
callbackText
()def
close
()def
isListening
()def
listen
([address=QHostAddress.Any[, port=0]])def
port
()def
setCallbackPath
(path)def
setCallbackText
(text)
Detailed Description¶
- class PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler([parent=None])¶
PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler(address, port[, parent=None])
PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler(port[, parent=None])
- Parameters
port –
quint16
address –
PySide6.QtNetwork.QHostAddress
parent –
PySide6.QtCore.QObject
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.callbackPath()¶
- Return type
str
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.callbackText()¶
- Return type
str
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.close()¶
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.isListening()¶
- Return type
bool
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.listen([address=QHostAddress.Any[, port=0]])¶
- Parameters
address –
PySide6.QtNetwork.QHostAddress
port –
quint16
- Return type
bool
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.port()¶
- Return type
quint16
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.setCallbackPath(path)¶
- Parameters
path – str
- PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.setCallbackText(text)¶
- Parameters
text – str
© 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.