Ejemplo n.º 1
0
        public string CreateAuthorizationUrl(string clientId, string redirectUri, string state)
        {
            var requestHandler = new AuthenticationRequestHandler(Client);

            return(requestHandler.CreateAuthorizationUrl(clientId, redirectUri, state));
        }