Esempio n. 1
0
        public async Task <TokenResult> Code(string code, string state = null)
        {
            var helper = new OAuthHelper("http://localhost:13905", "shoy", "123456");

            return(await helper.Code(code, "http://localhost:13905/code"));
        }