C# Class PayPal.Api.ClientCredentials

REST application client credentials.
Afficher le fichier Open project: paypal/PayPal-NET-SDK

Méthodes publiques

Свойство Type Description
clientId string
clientSecret string

Méthodes publiques

Méthode Description
getClientId ( ) : string

Returns the Client ID

getClientSecret ( ) : string

Returns the Client Secret

setClientId ( string clientId ) : void

Set the Client ID

setClientSecret ( string clientSecret ) : void

Set the Client Secret

Method Details

getClientId() public méthode

Returns the Client ID
public getClientId ( ) : string
Résultat string

getClientSecret() public méthode

Returns the Client Secret
public getClientSecret ( ) : string
Résultat string

setClientId() public méthode

Set the Client ID
public setClientId ( string clientId ) : void
clientId string
Résultat void

setClientSecret() public méthode

Set the Client Secret
public setClientSecret ( string clientSecret ) : void
clientSecret string
Résultat void

Property Details

clientId public_oe property

Client ID
public string clientId
Résultat string

clientSecret public_oe property

Client Secret
public string clientSecret
Résultat string