DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / OAuth2Authentication Enumeration

In This Topic
    OAuth2Authentication Enumeration
    In This Topic
    Specifies the Authentication Type that D365,Salesforce,QuickBooks,ServiceNow provider utilize.
    Syntax
    'Declaration
     
    Public Enum OAuth2Authentication 
       Inherits System.Enum
    public enum OAuth2Authentication : System.Enum 
    Members
    MemberDescription
    OAuth2Authentication conceptualizes the authentication 'client credentials' from the OAuth2.0 protocol.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.OAuth2Authentication

    See Also