Share via


ConnectedService.OAuthTokenInfo Property

The OAuth token of the user who created the connected servcie.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property OAuthTokenInfo As StrongBoxItemInfo
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)]
public StrongBoxItemInfo OAuthTokenInfo { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property StrongBoxItemInfo^ OAuthTokenInfo {
    StrongBoxItemInfo^ get ();
    void set (StrongBoxItemInfo^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member OAuthTokenInfo : StrongBoxItemInfo with get, set
function get OAuthTokenInfo () : StrongBoxItemInfo 
function set OAuthTokenInfo (value : StrongBoxItemInfo)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StrongBoxItemInfo

.NET Framework Security

See Also

Reference

ConnectedService Class

Microsoft.TeamFoundation.Server.Core Namespace