Arctic

OAuth2Tokens

Represents a JSON-parsed successful token response body.

Constructor

function constructor(data: object): this;

Parameters

  • data: JSON-parsed successful response body.

Methods

Properties

interface Properties {
	data: object;
}
  • data: The raw JSON-parsed response body.