DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeConnectionStringBuilder Class / OAuthRefreshToken Property

In This Topic
    OAuthRefreshToken Property (C1SnowflakeConnectionStringBuilder)
    In This Topic
    The OAuth 2.0 refresh token to be used for the authentication.
    Syntax
    'Declaration
     
    Public Property OAuthRefreshToken As String
    public string OAuthRefreshToken {get; set;}
    See Also