Click or drag to resize

IMSGraphClientFactoryCreate Method

Creates the IMSGraphClient

Namespace:  Omada.OE.Model.MSGraph
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
IMSGraphClient Create(
	Dictionary<string, string> accessTokenParameters
)

Parameters

accessTokenParameters
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: IMSGraphClient
See Also