Step 2: Handle Authorization Response
Assuming the user approves the request, an authorization code is generated and sent back to your application via the query string of the ENCODED_REDIRECT_URL. If the authorization request included state, the exact same value will be returned in the authorization response.
Which follows this format (line breaks added for clarity):
For example (line breaks added for clarity):
Warning! If the state
does not exactly match the state that you are expecting, do not continue.
Last updated