Dropbox .NET SDK
Show / Hide Table of Contents

Class TokenGetAuthenticatedAdminResult

Results for TokenGetAuthenticatedAdminAsync().

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

Constructors

View Source

TokenGetAuthenticatedAdminResult(TeamMemberProfile)

Initializes a new instance of the TokenGetAuthenticatedAdminResult class.

Declaration
public TokenGetAuthenticatedAdminResult(TeamMemberProfile adminProfile)
Parameters
Type Name Description
TeamMemberProfile adminProfile

The admin who authorized the token.

Properties

View Source

AdminProfile

The admin who authorized the token.

Declaration
public TeamMemberProfile AdminProfile { get; protected set; }
Property Value
Type Description
TeamMemberProfile
  • View Source
In this article
Back to top Dropbox .NET SDK