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

In This Topic
    SnowflakeAuthenticationTypes Enumeration
    In This Topic
    Specifies the Authentication Type that Snowflake provider utilize.
    Syntax
    'Declaration
     
    Public Enum SnowflakeAuthenticationTypes 
       Inherits System.Enum
    public enum SnowflakeAuthenticationTypes : System.Enum 
    Members
    MemberDescription
    KeyPairAuthentication conceptualizes the idea of ley pair authentication.
    OAuth2Authentication conceptualizes the authentication 'client credentials' from the OAuth2.0 protocol.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.SnowflakeAuthenticationTypes

    See Also