Get OAuth app
tailscale_get_oauth_appRetrieve an OAuth app's configuration by ID to verify its name, redirect URIs, and scopes were registered as intended.
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 |