'Declaration Public Enum GrantTypes Inherits System.Enum
public enum GrantTypes : System.Enum
'Declaration Public Enum GrantTypes Inherits System.Enum
public enum GrantTypes : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.DataConnector.GrantTypes