Class TokenFromOAuth1Arg
The token from o auth1 arg object
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class TokenFromOAuth1Arg
Constructors
View SourceTokenFromOAuth1Arg(string, string)
Initializes a new instance of the TokenFromOAuth1Arg class.
Declaration
public TokenFromOAuth1Arg(string oauth1Token, string oauth1TokenSecret)
Parameters
| Type | Name | Description |
|---|---|---|
| string | oauth1Token | The supplied OAuth 1.0 access token. |
| string | oauth1TokenSecret | The token secret associated with the supplied access token. |
Properties
View SourceOauth1Token
The supplied OAuth 1.0 access token.
Declaration
public string Oauth1Token { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Oauth1TokenSecret
The token secret associated with the supplied access token.
Declaration
public string Oauth1TokenSecret { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |