Specifying Office365 authentication using Camelot .NET SharePoint Connector

Connection string

This Camelot .NET Connector for Microsoft SharePoint connection string can be used for connections to SharePoint.

Server=myServerAddress;Database=mySite;User=myUsername;Password=myPassword;
Authentication
=365;

Connect to Office365 (SharePoint Online) using token based authentication.