Show / Hide Table of Contents

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 Source

TokenFromOAuth1Arg(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 Source

Oauth1Token

The supplied OAuth 1.0 access token.

Declaration
public string Oauth1Token { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Oauth1TokenSecret

The token secret associated with the supplied access token.

Declaration
public string Oauth1TokenSecret { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TokenFromOAuth1Arg(String, String)
  • Properties
    • Oauth1Token
    • Oauth1TokenSecret
Back to top Generated by DocFX