RetailOAuthParameters Class [AX 2012]

This class is used to get all the authorization parameters.

Syntax

class RetailOAuthParameters

Run On

Called

Methods

  Method Description
JJ781108.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif getMap Returns a Map with all the present authorization parameters and their values.
JJ781108.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif isCallbackConfirmed Returns true if the request token has been issued after call to startOAuth
JJ781108.pubmethod(en-us,AX.60).gif new Assigns the values for variables, when creating new instance for RetailOAuthParameters.
JJ781108.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif parmCallbackUrl Gets the CallbackUrl parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmConsumerKey Gets the ConsumerKey parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmConsumerSecret Gets the ConsumerSecret parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmNonce Gets the Nonce parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmScreenName Gets or sets the ScreenName parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmSignature Gets or sets the Signature parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmSignatureMethod Gets the SignatureMethod parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmTimestamp Gets the Timestamp parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmToken Gets or sets the Token parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmTokenSecret Gets or sets the TokenSecret parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmUserId Gets or sets the UserId parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmVerifier Gets or sets the Verifier parameter.
JJ781108.pubmethod(en-us,AX.60).gif parmVersion Gets the Version parameter.
JJ781108.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ781108.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ781108.privmethod(en-us,AX.60).gif JJ781108.static(en-us,AX.60).gif ::generateNonce
JJ781108.privmethod(en-us,AX.60).gif JJ781108.static(en-us,AX.60).gif ::getUnixTimestamp

Top

Inheritance Hierarchy

Object Class
  RetailOAuthParameters Class