PayPal.OAuthTokenCredential.OAuthTokenCredential C# (CSharp) Méthode

OAuthTokenCredential() public méthode

Client Id and Secret for the OAuth
public OAuthTokenCredential ( string clientId, string clientSecret ) : System
clientId string
clientSecret string
Résultat System
        public OAuthTokenCredential(string clientId, string clientSecret)
            : this(clientId, clientSecret, null)
        {
        }

Same methods

OAuthTokenCredential::OAuthTokenCredential ( string clientId, string clientSecret, string>.Dictionary config ) : System