Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/io/OAuth.js

  • Provides:

    • dojox.io.OAuth
  • Requires:

    • dojox.encoding.digests.SHA1 in common
  • dojox.io.OAuth

    • type
      Object
  • dojox.io.OAuth.__AccessorArgs

    • parameters:
      • key: (typeof String)
        The key or token issued to either the consumer or by the OAuth service.
      • secret: (typeof String)
        The secret (shared secret for consumers, issued secret by OAuth service).
    • type
      Function
  • dojox.io.OAuth.__AccessorArgs.key

    • type
      String
    • summary
      The key or token issued to either the consumer or by the OAuth service.
  • dojox.io.OAuth.__AccessorArgs.secret

    • type
      String
    • summary
      The secret (shared secret for consumers, issued secret by OAuth service).
  • dojox.io.OAuth.__OAuthArgs

    • parameters:
      • consumer: (typeof dojox.io.OAuth.__AccessorArgs)
        The consumer information issued to your OpenAuth application.
      • sig_method: (typeof String)
        The method used to create the signature.  Should be PLAINTEXT or HMAC-SHA1.
      • token: (typeof dojox.io.OAuth.__AccessorArgs)
        The request token and secret issued by the OAuth service.  If not
        issued yet, this should be null.
    • type
      Function
  • dojox.io.OAuth.__OAuthArgs.consumer

    • type
      dojox.io.OAuth.__AccessorArgs
    • summary
      The consumer information issued to your OpenAuth application.
      sig_method: String
      The method used to create the signature.  Should be PLAINTEXT or HMAC-SHA1.
  • dojox.io.OAuth.__OAuthArgs.token

    • optional
    • type
      dojox.io.OAuth.__AccessorArgs
    • summary
      The request token and secret issued by the OAuth service.  If not
      issued yet, this should be null.
  • dojox.io

    • type
      Object
  • dojox

    • type
      Object