ArmedCards.Authentication.OAuthSecurity.CreateOrUpdateAccount C# (CSharp) Méthode

CreateOrUpdateAccount() public static méthode

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