[]
        
(Showing Draft Content)

C1.DataConnector.GrantTypes

GrantTypes Enum

Methods through which applications can gain Access Tokens.

Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public enum GrantTypes

Fields

Name Description
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.