OAuth2RequestResult
Represents a JSON-parsed response body.
Constructor
function constructor(body: object): this;
Parameters
body: JSON-parsed object.
Methods
errorCode()errorDescription()errorURI()hasErrorCode()hasErrorDescription()hasErrorURI()hasState()state()
Properties
interface Properties {
	body: object;
}
body