List OAuth apps
tailscale_list_oauth_appsList OAuth apps registered in your tailnet to recover app IDs, names, redirect URIs, and scopes for revocation or auditing. Client secrets are not included.
Instructions
List the OAuth Apps registered in your tailnet (Tailscale alpha). Returns an oauthApps array describing each app (id, name, redirect URIs, scopes). Client secrets are NOT included -- a secret is only returned once, by tailscale_create_oauth_app at creation time. This is how you recover the id of an app you did not record; pass that id to tailscale_delete_oauth_app to revoke it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||