In This Topic
Gets or sets the location to store OAuth 2.0 refresh tokens between sessions. This parameter is applicable only for some of the data sources that use OAuth 2.0. It is not used in dotConnect for Salesforce.
Syntax
'Declaration
Public Property TokenServer As String
public string TokenServer {get; set;}
Property Value
The location to store OAuth 2.0 refresh tokens between sessions.
See Also