Class TokenFromOAuth1Result
The token from o auth1 result object
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class TokenFromOAuth1Result
Constructors
View SourceTokenFromOAuth1Result(string)
Initializes a new instance of the TokenFromOAuth1Result class.
Declaration
public TokenFromOAuth1Result(string oauth2Token)
Parameters
| Type | Name | Description |
|---|---|---|
| string | oauth2Token | The OAuth 2.0 token generated from the supplied OAuth 1.0 token. |
Properties
View SourceOauth2Token
The OAuth 2.0 token generated from the supplied OAuth 1.0 token.
Declaration
public string Oauth2Token { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |