auth_start
Initiate LinkedIn OAuth sign-in: opens consent page, catches callback, exchanges code for token, and stores it securely. Can also just print the authorization URL.
Instructions
Run the LinkedIn OAuth sign-in. Opens the consent page in a browser, catches the one-shot localhost redirect, exchanges the code, and stores the token in the owner-only config file (0600). Does NOT modify the profile. Returns only non-secret token status — never the token itself. Set url_only=true to just print the authorization URL without starting the listener.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_only | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||