File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
auth0/src/main/java/com/auth0/android/provider Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ internal class PARCodeManager(
2626 private val TAG = PARCodeManager ::class .java.simpleName
2727 private const val KEY_CLIENT_ID = " client_id"
2828 private const val KEY_REQUEST_URI = " request_uri"
29- private const val KEY_AUTH0_CLIENT_INFO = " auth0Client"
3029 private const val KEY_CODE = " code"
3130 private const val KEY_ERROR = " error"
3231 private const val KEY_ERROR_DESCRIPTION = " error_description"
@@ -99,7 +98,6 @@ internal class PARCodeManager(
9998 // Only add client_id and request_uri for PAR flow
10099 builder.appendQueryParameter(KEY_CLIENT_ID , account.clientId)
101100 builder.appendQueryParameter(KEY_REQUEST_URI , requestUri)
102- builder.appendQueryParameter(KEY_AUTH0_CLIENT_INFO , account.auth0UserAgent.value)
103101
104102 val uri = builder.build()
105103 Log .d(TAG , " Using the following PAR Authorize URI: $uri " )
You can’t perform that action at this time.
0 commit comments