{
  "info": {
    "_postman_id": "7864cdf9-3256-42ce-9afb-1a75fe6555bc",
    "name": "Oauth 1.0 Test",
    "description": "A collection for testing",
    "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
  },
  "item": [
    {
      "name": "Added to Request Body/URL",
      "request": {
        "auth": {
          "type": "oauth1",
          "oauth1": {
            "addParamsToHeader": false,
            "addEmptyParamsToSign": true,
            "realm": "realm-value",
            "nonce": "nonce-value",
            "timestamp": "timestamp-value",
            "tokenSecret": "token-secret-value",
            "token": "access-token-value",
            "consumerSecret": "consumer-secret-value",
            "consumerKey": "consumer-key-value",
            "signatureMethod": "HMAC-SHA1",
            "version": "1.0"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    },
    {
      "name": "Added to Request Headers",
      "request": {
        "auth": {
          "type": "oauth1",
          "oauth1": {
            "addParamsToHeader": true,
            "addEmptyParamsToSign": true,
            "realm": "realm-value",
            "nonce": "nonce-value",
            "timestamp": "timestamp-value",
            "tokenSecret": "token-secret-value",
            "token": "access-token-value",
            "consumerSecret": "consumer-secret-value",
            "consumerKey": "consumer-key-value",
            "signatureMethod": "HMAC-SHA1",
            "version": "1.0"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    },
    {
      "name": "Signature Method PLAINTEXT",
      "request": {
        "auth": {
          "type": "oauth1",
          "oauth1": {
            "addParamsToHeader": true,
            "addEmptyParamsToSign": true,
            "realm": "plaintext-realm-value",
            "nonce": "plaintext-nonce-value",
            "timestamp": "plaintext-timestamp-value",
            "tokenSecret": "plaintext-token-secret-value",
            "token": "plaintext-access-token-value",
            "consumerSecret": "plaintext-consumer-secret-value",
            "consumerKey": "plaintext-consumer-key-value",
            "signatureMethod": "PLAINTEXT",
            "version": "1.0"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    },
    {
      "name": "Signature Method HMAC-SHA256",
      "request": {
        "auth": {
          "type": "oauth1",
          "oauth1": {
            "addParamsToHeader": true,
            "addEmptyParamsToSign": true,
            "realm": "sha256-realm-value",
            "nonce": "sha256-nonce-value",
            "timestamp": "sha256-timestamp-value",
            "tokenSecret": "sha256-token-secret-value",
            "token": "sha256-access-token-value",
            "consumerSecret": "sha256-consumer-secret-value",
            "consumerKey": "sha256-consumer-key-value",
            "signatureMethod": "HMAC-SHA256",
            "version": "1.0"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    },
    {
      "name": "Signature Method HMAC-SHA1",
      "request": {
        "auth": {
          "type": "oauth1",
          "oauth1": {
            "addParamsToHeader": true,
            "addEmptyParamsToSign": true,
            "realm": "sha1-realm-value",
            "nonce": "sha1-nonce-value",
            "timestamp": "sha1-timestamp-value",
            "tokenSecret": "sha1-token-secret-value",
            "token": "sha1-access-token-value",
            "consumerSecret": "sha1-consumer-secret-value",
            "consumerKey": "sha1-consumer-key-value",
            "signatureMethod": "HMAC-SHA1",
            "version": "1.0"
          }
        },
        "method": "GET",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": "https://insomnia.rest"
      },
      "response": []
    }
  ]
}
