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

In This Topic
    GrantTypes Enumeration
    In This Topic
    Methods through which applications can gain Access Tokens.
    Syntax
    'Declaration
     
    Public Enum GrantTypes 
       Inherits System.Enum
    public enum GrantTypes : System.Enum 
    Members
    MemberDescription
    ClientCredential The Client Credentials grant type is used by clients to obtain an access token outside of the context of a user.
    PasswordCredential Exchange a user's credentials for an access token.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.GrantTypes

    See Also