public AuthorizeConnector(string endpoint, Dictionary <string, string> headers) { this.endPoint = endpoint; this.Headers = headers; this.AuthorizeBinding = new AuthorizeBinding(); this.AuthorizeEndpoint = new AuthorizeEndpoint(endPoint); }
public AuthorizeConnector(string endpoint, Dictionary<string, string> headers) { this.endPoint = endpoint; this.Headers = headers; this.AuthorizeBinding = new AuthorizeBinding(); this.AuthorizeEndpoint = new AuthorizeEndpoint(endPoint); }