Skip to content

OAuth 1.0 Auth

Pure

Produces an auth map for OAuth 1.0 (HMAC-SHA1/256/512 or PLAINTEXT).

Pure Function
Yes

Execute Inputs

Execution

INPUT

Execution Input.

Data Inputs

Consumer Key

INPUT

OAuth consumer key (API key).

Consumer Secret

INPUT

OAuth consumer secret.

Token

INPUT

OAuth access token

Token Secret

INPUT

Secret paired with the access token. Required if Token is provided.

Realm

INPUT

Data Outputs

Auth

OUTPUTstring map

Auth map compatible with HttpRequestNode 'Auth' port.

Settings

Signature Method

STRING

Provider-required signature method.

Default: HMAC-SHA256
Options:
HMAC-SHA1HMAC-SHA256HMAC-SHA512PLAINTEXT

Placement

STRING

Place OAuth params in the Authorization header or in the URL query.

Default: header
Options:
headerquery

Include Body Hash

BOOLEAN

Only for non-form bodies when provider requires oauth_body_hash.

Default: false

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing