ServiceClient.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 Dataverse. Note: this is only available when a token based authentication process is in use.
public string CurrentAccessToken { get; }
member this.CurrentAccessToken : string
Public ReadOnly Property CurrentAccessToken As String
Property Value
Remarks
The access token is only available when a token based authentication process is in use.