Enum ODataAuthentication
Namespace: Varigence.Languages.Biml.Connection
Assembly: Biml.dll
C#
public enum ODataAuthentication
Fields
| Fields | Description |
|---|---|
| Basic | Uses Username/Password to authenticate a connection. |
| DynamicsAxOnline | DynamicsAxOnline to authenticate a connection. |
| DynamicsCrmOnline | Uses DynamicsCrmOnline to authenticate a connection. |
| OnlineServices | Uses Online Services to authenticate a connection. |
| Windows | Uses Windows user information to authenticate a connection. |