Closed nsklikas closed 3 years ago
If response_mode was form_post then resp_info would contain no response_args which would cause an un-handled exception to be raised.
form_post
resp_info
response_args
Also properly add the scopes in the contents of the POST body (space separated list)
If response_mode was
form_post
thenresp_info
would contain noresponse_args
which would cause an un-handled exception to be raised.Also properly add the scopes in the contents of the POST body (space separated list)