InitOAuth_Microsoft


Sets up the OAuth 2.0 framework for Microsoft Authorization.

Syntax

C++
C#
Python
 
def InitOAuth_Microsoft(
	inClientId: str,
	inTenant: str,
	/,
	*,
	inAdditionalScope: list[str] | None = None
)
-> None

Parameters

Name Type Default Description
Input value inClientId str Microsoft ClientId.
Input value inTenant str GUID or friendly name of the tenant.
Input value inAdditionalScope list[str] | None None Scope that is added to the minimal required scope