|
data = urllib.parse.urlencode(data).encode("UTF-8"),
|
|
data = urllib.parse.urlencode(data).encode("UTF-8"),
|
|
def parseTokenResponse(self, token_response: QNetworkReply, callback: Callable[[AuthenticationResponse], None]) -> None:
|
|
def parseTokenResponse(self, token_response: QNetworkReply, callback: Callable[[AuthenticationResponse], None]) -> None:
|