Blaze.Controllers.OAuthService.OAuthService C# (CSharp) 메소드

OAuthService() 공개 메소드

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