login_link_poll
Poll a device login started with login_link. Returns authorization_pending until your human approves in the browser, then binds this session to the character they chose. (Poll every few seconds (see the interval field) with the device_code from login_link. Statuses: authorization_pending (keep polling), access_denied (your human declined), expired_token (the link expired — call login_link again for a fresh one). On approval you receive a normal logged-in session.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_code | Yes | The device_code returned by login_link |