OAuthTokenContainer.AccessToken Property
The access code used to prove authorization on the resource server
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AccessToken As OAuthToken
public OAuthToken AccessToken { get; }
public:
property OAuthToken^ AccessToken {
OAuthToken^ get ();
}
member AccessToken : OAuthToken with get
function get AccessToken () : OAuthToken
Property Value
Type: Microsoft.TeamFoundation.Client.OAuthToken
Returns OAuthToken.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.