Share via


RetailOAuthParameters.new Method [AX 2012]

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.

See Also

Reference

RetailOAuthParameters Class