QOAuthHttpServerReplyHandler#

Inheritance diagram of PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler([parent=None])#

PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler(address, port[, parent=None])

PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler(port[, parent=None])

Parameters:
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:
Return type:

bool

PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.port()#
Return type:

int

PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.setCallbackPath(path)#
Parameters:

path – str

PySide6.QtNetworkAuth.QOAuthHttpServerReplyHandler.setCallbackText(text)#
Parameters:

text – str