This documentation is archived and is not being maintained.
OAuthApplication Class
Visual Studio 2013
Represents a registered OAuth client application
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The OAuthApplication type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ClientId | The unique identifier of the client application |
![]() | ClientSecret | The shared secret (shared between the TFS server and the client application) |
![]() | Description | A description of the application |
![]() | GrantTypes | The authorization grant types this application supports. |
![]() | HasIcon | Indicates if an image is associated with the application |
![]() | Organization | The organization associated with the application |
![]() | OrganizationUri | The URI of the organization's Web site (if any) |
![]() | OwnerId | The TFS user who owns the registered application |
![]() | RedirectUri | The callback URI which should be used when obtaining authorization grants |
![]() | Title | A friendly title |
![]() | TokenLifeTime | The life-time of the application's access tokens in seconds. -1 means no life-time is specified. 0 means the tokens will never expire. |
![]() | WebSite | The URI of the registered application's Web site |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIcon | Get the icon image associated with the application |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveIcon | Removes the icon from the application |
![]() | SaveIcon | Save the given icon image |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
