Type alias QueryAuth

QueryAuth: { keyPair: [string, string] | [string]; type: "query" }

Authentication that gets encoded into an arbitrary query string {type:"header", keyPair: ["myAuth", "My Secret"]} would be encoded as the query string ?myAuth=My Secret

Type declaration

  • keyPair: [string, string] | [string]
  • type: "query"

Generated using TypeDoc