OAuth 1.0 Auth
Produces an auth map for OAuth 1.0 (HMAC-SHA1/256/512 or PLAINTEXT).
Pure Function
Yes
Execute Inputs
Execution
INPUTExecution Input.
Data Inputs
Consumer Key
INPUTOAuth consumer key (API key).
Consumer Secret
INPUTOAuth consumer secret.
Token
INPUTOAuth access token
Token Secret
INPUTSecret paired with the access token. Required if Token is provided.
Realm
INPUTData Outputs
Auth
OUTPUTstring map
Auth map compatible with HttpRequestNode 'Auth' port.
Settings
Signature Method
STRINGProvider-required signature method.
Default: HMAC-SHA256
Options:
HMAC-SHA1HMAC-SHA256HMAC-SHA512PLAINTEXT
Placement
STRINGPlace OAuth params in the Authorization header or in the URL query.
Default: header
Options:
headerquery
Include Body Hash
BOOLEANOnly for non-form bodies when provider requires oauth_body_hash.
Default: false
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing