linkedin_exchange_authorization_code
Exchange a LinkedIn OAuth authorization code for access tokens and store them locally to enable authenticated LinkedIn operations.
Instructions
Exchange a LinkedIn OAuth authorization code for tokens and store the token locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| client_id | Yes | ||
| redirect_uri | Yes | ||
| client_secret | Yes | ||
| return_access_token | No | When false, access_token is redacted from the tool result. |