ArmedCards.Authentication.OAuthSecurity.Login C# (CSharp) Method

Login() public static method

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