Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AcquireAccessTokenResponse

Response when requesting the access token.

Hierarchy

Index

Properties

accessToken

accessToken: string

Access token issued for use with other API endpoints.

callerId

callerId: number

Whatever value was included inthe request is parroted back in the response.

Optional error

error: string

If an error occurred, this will be a plain text explanation of what went wrong that will hopefully be helpful incorrecting the problem; Omitted if the request was successful

result

result: number

Result code identifying what happened with the request.

severity

severity: number

Severity level of the result, which will be one of a fewset values.

Generated using TypeDoc