@modelcontextprotocol/sdk
    Preparing search index...

    Type Alias RevocationHandlerOptions

    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.