OAuth 2.0 Authorization Code Flow

1

Step 1

Build the authorization URL and redirect the user to the authorization server

2

Step 2

After the user is redirected back to the client, verify the state matches

3

Step 3

Exchange the authorization code for an access token

← Back to Flows