AuthorizeResponse.FromJson Method (JObject)

Creates a new AuthorizeResponse class from a JSON object.

Syntax

AuthorizeResponse.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.AuthorizeResponse A new AuthorizeResponse class based on the JSON information.