WebProxyClient<TService>.HeaderToken Property

 

Applies To: Dynamics CRM 2015

The access token returned from OAuth authentication.

Namespace:   Microsoft.Xrm.Sdk.WebServiceClient
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public string HeaderToken { get; set; }
public:
property String^ HeaderToken {
    String^ get();
    void set(String^ value);
}
member HeaderToken : string with get, set
Public Property HeaderToken As String

Property Value

Type: System.String

Type: String 
Gets or sets the the access token.

See Also

WebProxyClient<TService> Class
Microsoft.Xrm.Sdk.WebServiceClient Namespace
Authenticate the user with the web services
Sample: Windows 8 desktop modern OData app
RFC 6749 - The OAuth 2.0 Authorization Framework
Azure Active Directory Authentication Libraries
Active Directory Authentication Library

Return to top

© 2016 Microsoft. All rights reserved. Copyright