AuthorizeResponse Class

Dropbox API’s response when asking for an access token.

Constructors

Name Description
AuthorizeResponse(string, string, string) Initializes a new AuthorizeResponse class.

Properties

Name Type Description
AccessToken System.String Access token to be used with all other calls.
TokenType System.String Type of access token given. Should always be “Bearer”
Uid System.String Dropbox user ID.

Methods

Name Description
AuthorizeResponse.FromJson(JObject) Creates a new AuthorizeResponse class from a JSON object.
AuthorizeResponse.ToString() Returns a string containing all of the class’ properties.