Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAuthorizeRequest

The request to be sent to authorize an integration.

An example authorization request:

example

{
   type: 'authorization:authorize',
   token: 'integration-token'
}

Hierarchy

  • IAuthorizeRequest

Index

Properties

Properties

token

token: string

Integration's OAuth token.

type

type: "authorization:authorize"

Must be AUTHORIZE_TYPE.

Generated using TypeDoc