Del via


IConnectionSettings Interface

Definition

public interface IConnectionSettings
type IConnectionSettings = interface
Public Interface IConnectionSettings
Derived

Properties

Name Description
Authority

Entra Authentication Endpoint to use. If not populated, the Entra Public Cloud endpoint is assumed. This example of Public Cloud Endpoint is https://login.microsoftonline.com

ClientId

Client/Application ID to use.

Scopes

Default scopes list to supply.

TenantId

Tenant ID of endpoint to use when acquiring an access token. If not supplied, "common" is used.

Applies to