BoxKite.Twitter.DesktopPlatformAdaptor.AuthWithBroker C# (CSharp) Method

AuthWithBroker() public method

public AuthWithBroker ( string authuri, string callbackuri ) : Task
authuri string
callbackuri string
return Task
        public Task<string> AuthWithBroker(string authuri, string callbackuri)
        {
            throw new System.NotImplementedException();
        }