dotConnect for Mailchimp Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / TokenServer Property

In This Topic
    TokenServer Property
    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 Mailchimp.
    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