DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeConnection Class / OAuthToken Property

In This Topic
    OAuthToken Property (C1SnowflakeConnection)
    In This Topic
    Gets the current access token and refresh token.
    Syntax
    'Declaration
     
    Public ReadOnly Property OAuthToken As OAuthToken
    public OAuthToken OAuthToken {get;}
    See Also