ArmedCards.Authentication.OAuthSecurity.Login C# (CSharp) 메소드

Login() 공개 정적인 메소드

public static Login ( string providerName, string providerUserId, bool createPersistentCookie ) : bool
providerName string
providerUserId string
createPersistentCookie bool
리턴 bool
        public static bool Login(string providerName, string providerUserId, bool createPersistentCookie)
        {
            return OAuthWebSecurity.Login(providerName, providerUserId, createPersistentCookie);
        }