Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The access code used to prove authorization on the resource server
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AccessToken As VssOAuthToken
public VssOAuthToken AccessToken { get; }
public:
property VssOAuthToken^ AccessToken {
VssOAuthToken^ get ();
}
member AccessToken : VssOAuthToken with get
function get AccessToken () : VssOAuthToken
Property Value
Type: Microsoft.VisualStudio.Services.Client.VssOAuthToken
.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.