Get Domoticz OAuth login status
get_oauth_login_statusCheck the status of a browser login flow to determine when authentication is complete, then retry the original operation.
Instructions
Check a browser login. Retry the original operation only after status is complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | Opaque flow identifier returned by start_oauth_login |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Current login flow state | |
| flow_id | Yes | Opaque login flow identifier | |
| message | Yes | Current state and next action | |
| expires_at | Yes | UTC time when the authorization window expires |