ServiceClient.CurrentAccessToken Property

Definition

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.

Applies to