On this page
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 BigCommerce.
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