The DropboxClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone | 
            Creates a shallow copy of the current object.
              (Inherited from OAuthBase.) | |
| Clone(NameValueCollection, String) | 
            Creates a shallow copy of the current object.
              (Inherited from OAuthBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAccessToken | 
            Gets the access token from the remote server.
              (Inherited from OAuth2Client.) | |
| GetHashCode | (Inherited from Object.) | |
| GetSpecifiedTokenOrCurrent | 
            Returns the specified access token or the current access token.
              (Inherited from OAuthBase.) | |
| GetType | (Inherited from Object.) | |
| GetUserInfo | Obsolete.  
            Gets the user details via API of the provider.
              (Inherited from OAuthBase.) | |
| GetUserInfo(AccessToken) | 
            Gets the user details.
              (Overrides OAuthBase GetUserInfo(AccessToken).) | |
| MemberwiseClone | (Inherited from Object.) | |
| RedirectToAuthorization | 
            Redirects a client to the Authorization URL.
              (Inherited from OAuthBase.) | |
| RefreshToken | 
            Sends a request to refresh the access token.
              (Inherited from OAuth2Client.) | |
| RevokeToken | 
            Sends a request to revoke the access token.
              (Overrides OAuthBase RevokeToken(AccessToken).) | |
| ToString | (Inherited from Object.) | 
See Also