DropboxToken Class

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

Class representing with information about an access token as received from the Dropbox API.

public class DropboxToken : DropboxObject { }

Properties

Type Name Summary
String AccessToken

Gets the access token.

String TokenType

Gets the type of the access token. This will always be bearer.

String AccountId

Gets the account indentifier of the authenticated user.

JObject JObject (inherited from JsonObjectBase)

Methods

Parse(JObject) (static)

Gets an instance of DropboxToken from the specified obj.