auth_oauth_login
Run the OAuth authorization-code PKCE flow to authenticate users, store tokens, and auto-refresh them for accessing login-protected pages in visual QA.
Instructions
Run the OAuth authorization-code + PKCE flow for profile name (configure oauth with
grant_type "authorization_code", authorize_url, token_url, client_id, redirect_uri first).
The user signs in in the opened window; the redirect is intercepted, the code exchanged,
and the token (with refresh_token if issued) stored and auto-refreshed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| headed | No | ||
| timeout_s | No |