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