CrmServiceClient.CurrentAccessToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current access token in Use to connect to CDS. Note: this is only available when a token based authentication process is in use.
public:
property System::String ^ CurrentAccessToken { System::String ^ get(); };
public string CurrentAccessToken { get; }
member this.CurrentAccessToken : string
Public ReadOnly Property CurrentAccessToken As String