Congrats!

The authorization server redirected you back to the app and issued an authorization code!

You can exchange this authorization code for an access token now!

Your app can read the authorization code and state from the URL, and they are printed below for your convenience as well.

code=

state=dkZmYxMzE2

You should verify that the state parameter here matches the one you set at the beginning. Otherwise it's possible someone is trying to trick your app!