MCP TypeScript SDK (V2)
    Preparing search index...
    type RevocationHandlerOptions = {
        provider: OAuthServerProvider;
        rateLimit?: Partial<RateLimitOptions> | false;
    }
    Index

    Properties

    Properties

    rateLimit?: Partial<RateLimitOptions> | false

    Rate limiting configuration for the token revocation endpoint. Set to false to disable rate limiting for this endpoint.