tailscale_list_oauth_apps
List OAuth apps registered in your tailnet to retrieve their IDs, names, redirect URIs, and scopes. Use the returned app ID to revoke access via the delete OAuth app tool.
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 | |||