Complete Authentication
account_complete_authComplete device flow authentication after the user verifies the device code, returning account information or a pending status.
Instructions
✏️ Complete device flow authentication (requires user confirmation recommended)
Completes the authentication process after the user has entered the device code at the verification URL.
Args: flow_cache: The flow data returned from account_authenticate (the _flow_cache field)
Returns: Account information if authentication was successful, or pending status if the user hasn't completed authentication yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_cache | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||