CookieAuth: { keyPair: [string, string] | [string]; type: "cookie" }

Authentication that gets encoded into an arbitrary cookie. Clientside cookie management is outside of the scope of estuary-rpc, the client will assume that the cookie has been correctly set and not pass additional authentication metadata. KeyPair works the same as it does in HeaderAuth and QueryAuth

Type declaration

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

Generated using TypeDoc