Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assigns the values for variables, when creating new instance for RetailOAuthParameters.
Syntax
public void new(
str _consumerKey,
str _consumerSecret,
[str _callbackUrl,
str _token,
str _tokenSecret])
Run On
Called
Parameters
- _consumerKey
Type: str
Consumer Key
- _consumerSecret
Type: str
Consumer secret.
- _callbackUrl
Type: str
Call back url.
- _token
Type: str
Token.
- _tokenSecret
Type: str
Token secret.