MCP TypeScript SDK (V2)
    Preparing search index...

    Variable OAuthTokenRevocationRequestSchemaConst

    OAuthTokenRevocationRequestSchema: ZodObject<
        { token: ZodString; token_type_hint: ZodOptional<ZodString> },
        $strip,
    > = ...

    RFC 7009 OAuth 2.0 Token Revocation request