You are here: Start » AVL.NET » Invoke.InitOAuth_Microsoft

Invoke.InitOAuth_Microsoft

Sets up the OAuth 2.0 framework for Microsoft Authorization.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void InitOAuth_Microsoft
(
	string inClientId,
	string inTenant,
	Optional<List<string>> inAdditionalScope
)

Parameters

Name Type Range Default Description
inClientIdstringMicrosoft ClientId.
inTenantstringGUID or friendly name of the tenant.
inAdditionalScopeAtl.Optional<System.Collections.Generic.List<string>>Scope that is added to the minimal required scope. Default value: atl::NIL.

See also