Auth0 · Capability

Auth0 API — Revoke Refresh Token

Auth0 API — Revoke Refresh Token. 1 operations. Lead operation: Auth0 Revoke Refresh Token. Self-contained Naftiko capability covering one Auth0 business surface.

Run with Naftiko Auth0Revoke Refresh Token

What You Can Do

POST
Oauthrevoke — Auth0 Revoke Refresh Token
/v1/oauth/revoke

MCP Tools

auth0-revoke-refresh-token

Auth0 Revoke Refresh Token

Capability Spec

auth0-revoke-refresh-token.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Auth0 API — Revoke Refresh Token
  description: 'Auth0 API — Revoke Refresh Token. 1 operations. Lead operation: Auth0 Revoke Refresh Token. Self-contained
    Naftiko capability covering one Auth0 business surface.'
  tags:
  - Auth0
  - Revoke Refresh Token
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTH0_API_KEY: AUTH0_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth0-revoke-refresh-token
    baseUri: ''
    description: Auth0 API — Revoke Refresh Token business capability. Self-contained, no shared references.
    resources:
    - name: oauth-revoke
      path: /oauth/revoke
      operations:
      - name: oauthrevoke
        method: POST
        description: Auth0 Revoke Refresh Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: auth0-revoke-refresh-token-rest
    port: 8080
    description: REST adapter for Auth0 API — Revoke Refresh Token. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/oauth/revoke
      name: oauth-revoke
      description: REST surface for oauth-revoke.
      operations:
      - method: POST
        name: oauthrevoke
        description: Auth0 Revoke Refresh Token
        call: auth0-revoke-refresh-token.oauthrevoke
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth0-revoke-refresh-token-mcp
    port: 9090
    transport: http
    description: MCP adapter for Auth0 API — Revoke Refresh Token. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: auth0-revoke-refresh-token
      description: Auth0 Revoke Refresh Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: auth0-revoke-refresh-token.oauthrevoke
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.