tailscale_get_oauth_app
Retrieve an OAuth app's configuration by ID to verify its registered name, redirect URIs, and scopes. Client secret remains hidden.
Instructions
Get an OAuth App's configuration (name, redirect URIs, scopes) by its app ID. Use this to verify an app was registered as intended. The client secret is not returned -- it is only available at creation time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The OAuth app ID returned by tailscale_create_oauth_app |