QOAuthHttpServerReplyHandler — PyQt Documentation v6.9.0 (original) (raw)

PyQt6.QtNetworkAuth.QOAuthHttpServerReplyHandler

Inherits from QOAuthOobReplyHandler.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


__init__(int, parent: QObject = None)

TODO


__init__(Union[QHostAddress, SpecialAddress], int, parent: QObject = None)

TODO


callback() → str

TODO


callbackHost() → str

TODO


callbackPath() → str

TODO


callbackText() → str

TODO


close()

TODO


isListening() → bool

TODO


listen(address: Union[QHostAddress, SpecialAddress] = Any, port: int = 0) → bool

TODO


listen(QSslConfiguration, address: Union[QHostAddress, SpecialAddress] = Any, port: int = 0) → bool

TODO


port() → int

TODO


setCallbackHost(Optional[str])

TODO


setCallbackPath(Optional[str])

TODO


setCallbackText(Optional[str])

TODO