Blaze.Controllers.OAuthService.OAuthService C# (CSharp) Method

OAuthService() public method

public OAuthService ( ) : System
return System
        public OAuthService()
        {
            clientId = ConfigurationManager.AppSettings["ClientID"];
            clientSecret = ConfigurationManager.AppSettings["ClientSecret"];
        }