DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Magento.Base.Abstraction.ADOBase Namespace / C1OAuth1ConnectionStringBuilder Class / TokenType Property

In This Topic
    TokenType Property (C1OAuth1ConnectionStringBuilder)
    In This Topic
    Determines if the token was requested by a Customer or by the Admin or if the token they are going to use is a Integration token.
    Syntax
    'Declaration
     
    Public Property TokenType As String
    public string TokenType {get; set;}
    See Also