@modelcontextprotocol/sdk
    Preparing search index...

    Type Alias TokenHandlerOptions

    type TokenHandlerOptions = {
        provider: OAuthServerProvider;
        rateLimit?: Partial<RateLimitOptions> | false;
    }
    Index

    Properties

    Properties

    rateLimit?: Partial<RateLimitOptions> | false

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