complete_code_exchange
Exchange the OAuth authorization code for access tokens while validating the state parameter to prevent CSRF attacks.
Instructions
Complete PKCE OAuth authorization code exchange with state validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The authorization code from OAuth callback | |
| state | Yes | The state parameter from OAuth callback |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |