SalesForceSignIn.SalesforceClient.SalesforceClient C# (CSharp) Метод

SalesforceClient() публичный Метод

Initializes a new instance of the MicrosoftClient class. Requests a scope of "wl.basic" by default, but "wl.signin" is a good minimal alternative.
public SalesforceClient ( string appId, string appSecret ) : System
appId string The app id.
appSecret string The app secret.
Результат System
        public SalesforceClient(string appId, string appSecret)
            : this(appId, appSecret, "wl.basic")
        {
        }

Same methods

SalesforceClient::SalesforceClient ( string providerName, string appId, string appSecret, string requestedScopes ) : System