Click or drag to resize

AzureAdControllerSaveSettings Method

Set credentials for Azure Ad

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SaveSettings(
	string clientId,
	string tenantId,
	string clientSecret
)

Parameters

clientId
Type: SystemString
tenantId
Type: SystemString
clientSecret
Type: SystemString
See Also