Sign Out of Provider
gv_sign_outInvalidates a provider session by navigating to the logout URL, closing the browser after session clears. Requires re-authentication for any browser tools.
Instructions
Sign the account out of the provider (invalidates the session server-side).
Opens the browser, navigates to the provider's sign-out URL, waits for the session to clear, then closes the browser. After this, the account must sign in again before any browser tools work.
If the provider has no logout_url configured, the browser closes and the user is told to navigate to the site's logout page manually.
Args: account_id: The account id to sign out. provider: Override the provider for this sign-out. Defaults to the account's provider field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |