MicrosoftGraphOptions Class

Definition

Options passed-in to call Microsoft Graph.

public class MicrosoftGraphOptions
type MicrosoftGraphOptions = class
Public Class MicrosoftGraphOptions
Inheritance
MicrosoftGraphOptions

Constructors

MicrosoftGraphOptions()

Properties

BaseUrl

Base URL for the Microsoft Graph API. By default: "https://graph.microsoft.com/v1.0/" but it can be changed to use the Microsoft Graph Beta endpoint or national cloud versions of MicrosoftGraph.

Scopes

Space separated scopes used to call Microsoft Graph, for instance user.read mail.read.

Applies to