Enum ODataAuthentication
C#
public enum ODataAuthentication
Fields
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. |