Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-64937

Add a way to retrieve extra data received with token

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.10.0 RC2
    • None

      Bungie API when returning the OAuth2 token also send some extra data like the membership id of the logged in user. In the current state, the data is discarded in QOAuth2AuthorizationCodeFlowPrivate::_q_accessTokenRequestFinished().

      The current solution is to override QOAuthOobReplyHandler::networkReplyFinished(QNetworkReply *reply). This is a bit ugly because the override code will be the same except for the 2 lines required to extract the value.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jefernan Jesus Fernandez
            bterrier Benjamin Terrier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes