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

CreateOrUpdateAccount() public static method

public static CreateOrUpdateAccount ( string providerName, string providerUserId, string userName ) : void
providerName string
providerUserId string
userName string
return void
        public static void CreateOrUpdateAccount(string providerName, string providerUserId, string userName)
        {
            OAuthWebSecurity.CreateOrUpdateAccount(providerName, providerUserId, userName);
        }