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

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

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.ODataAuthenticationTypes

    See Also