Skip to main content
Glama
IConnectorOAuthProvider.csβ€’520 B
ο»Ώusing System.Collections.Generic; using System.Threading.Tasks; using Api.DigitalPages.Interfaces.Models; namespace Api.DigitalPages.Interfaces.Connector { public interface IConnectorOAuthProvider : IConnectorDetail, IConnectorContextRequired { string ClientId { get; set; } string ClientSecret { get; set; } List<string> Scopes { get; set; } Task<string> AuthorizeUri(string login); Task<IUser> ProcessCallback(ServerRequestInfo request); } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkm097git/euconquisto-composer-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server