DropboxToken.Parse method

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Models.Authentication
Assembly Skybrud.Social.Dropbox.dll

Parse(JObject)

Static

Gets an instance of DropboxToken from the specified obj.

public static DropboxToken Parse(JObject obj)

Parameters

obj JObject

The instance of JObject to parse.

Returns

An instance of DropboxToken.