C# Class PayPal.Api.ClientCredentials

REST application client credentials.
显示文件 Open project: paypal/PayPal-NET-SDK

Public Properties

Property Type Description
clientId string
clientSecret string

Public Methods

Method 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 method

Returns the Client ID
public getClientId ( ) : string
return string

getClientSecret() public method

Returns the Client Secret
public getClientSecret ( ) : string
return string

setClientId() public method

Set the Client ID
public setClientId ( string clientId ) : void
clientId string
return void

setClientSecret() public method

Set the Client Secret
public setClientSecret ( string clientSecret ) : void
clientSecret string
return void

Property Details

clientId public_oe property

Client ID
public string clientId
return string

clientSecret public_oe property

Client Secret
public string clientSecret
return string