Class TokenGetAuthenticatedAdminResult
Results for TokenGetAuthenticatedAdminAsync().
Inheritance
System.Object
TokenGetAuthenticatedAdminResult
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TokenGetAuthenticatedAdminResult
Constructors
| Improve this Doc View SourceTokenGetAuthenticatedAdminResult(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
| Improve this Doc View SourceAdminProfile
The admin who authorized the token.
Declaration
public TeamMemberProfile AdminProfile { get; protected set; }
Property Value
Type | Description |
---|---|
TeamMemberProfile |