DropboxTokenResponse.ParseResponse method

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

ParseResponse(IHttpResponse)

Static

Parses the specified response into an instance of DropboxTokenResponse.

public static DropboxTokenResponse ParseResponse(IHttpResponse response)

Parameters

response IHttpResponse

The response to be parsed.

Returns