• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TokenFromOAuth1Result

The token from o auth1 result object

Inheritance
System.Object
TokenFromOAuth1Result
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 TokenFromOAuth1Result

Constructors

| Improve this Doc View Source

TokenFromOAuth1Result(String)

Initializes a new instance of the TokenFromOAuth1Result class.

Declaration
public TokenFromOAuth1Result(string oauth2Token)
Parameters
Type Name Description
System.String oauth2Token

The OAuth 2.0 token generated from the supplied OAuth 1.0 token.

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TokenFromOAuth1Result(String)
  • Properties
    • Oauth2Token
Back to top Generated by DocFX