public PayPalOAuthToken(
string applicationID,
int expiresInSec,
string tokenType,
string accessToken,
string scope,
string nonce,
int expirationMarginSec
)
public PayPalOAuthToken(
string applicationID,
int expiresInSec,
string tokenType,
string accessToken,
string scope,
string nonce,
int expirationMarginSec
)
Public Sub New (
applicationID As String,
expiresInSec As Integer,
tokenType As String,
accessToken As String,
scope As String,
nonce As String,
expirationMarginSec As Integer
)
Public Sub New (
applicationID As String,
expiresInSec As Integer,
tokenType As String,
accessToken As String,
scope As String,
nonce As String,
expirationMarginSec As Integer
)
public:
PayPalOAuthToken(
String^ applicationID,
int expiresInSec,
String^ tokenType,
String^ accessToken,
String^ scope,
String^ nonce,
int expirationMarginSec
)
public:
PayPalOAuthToken(
String^ applicationID,
int expiresInSec,
String^ tokenType,
String^ accessToken,
String^ scope,
String^ nonce,
int expirationMarginSec
)
new :
applicationID : string *
expiresInSec : int *
tokenType : string *
accessToken : string *
scope : string *
nonce : string *
expirationMarginSec : int -> PayPalOAuthToken
new :
applicationID : string *
expiresInSec : int *
tokenType : string *
accessToken : string *
scope : string *
nonce : string *
expirationMarginSec : int -> PayPalOAuthToken