Check sign-in progress
auth_statusCheck the sign-in state (idle, pending, completed, failed) and wait up to wait_seconds for it to settle.
Instructions
Report the state of the sign-in started by auth_start: idle / pending / completed / failed. With wait_seconds it blocks until the sign-in settles or the time runs out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_seconds | No | Seconds to wait for the sign-in to settle (default 0). |