DropboxOAuthClient.GetAccessTokenFromAuthCode method
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.OAuth |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
GetAccessTokenFromAuthCode(string)
Exchanges the specified authorization code for an access token.
public DropboxTokenResponse GetAccessTokenFromAuthCode(string authCode)
Parameters
authCode
String
The authorization code received from the Dropbox OAuth dialog.
Returns
An instance of DropboxTokenResponse.