Dropbox .NET SDK
Show / Hide Table of Contents

Class TokenFromOAuth1Result

The token from o auth1 result object

Inheritance
object
TokenFromOAuth1Result
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class TokenFromOAuth1Result

Constructors

View Source

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

Oauth2Token

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
  • View Source
In this article
Back to top Dropbox .NET SDK