Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OkunaOpts

Okuna API options

typedef

{object} OkunaOpts

property

{string} [apiUrl] - The apiUrl to which the requests will be sent

property

{string} [authToken] - The authentication token

property

{string} [magicHeaderName] - Magic header name (temporary)

property

{string} [magicHeaderValue] - Magic header value (temporary)

property

Hierarchy

  • OkunaOpts

Index

Properties

Optional apiUrl

apiUrl: undefined | string

Optional authToken

authToken: undefined | string

Optional magicHeaderName

magicHeaderName: string | null | undefined

Optional magicHeaderValue

magicHeaderValue: string | null | undefined

Optional requestStrategy

requestStrategy: string | RequestStrategy

Generated using TypeDoc