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