DeviceAuthorizationRequestResult

Extends OAuth2RequestResult.

Represents a JSON-parsed device authorization response body.

Constructor

function constructor(body: object): this;

Parameters

  • body: JSON-parsed object.

Methods

Properties

interface Properties {
	body: object;
}
  • OAuth2RequestResult.body