OAuth2RequestResult

Represents a JSON-parsed response body.

Constructor

function constructor(body: object): this;

Parameters

  • body: JSON-parsed object.

Methods

Properties

interface Properties {
	body: object;
}
  • body