You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inClientId | string | Microsoft ClientId. | ||
![]() | inTenant | string | GUID or friendly name of the tenant. | ||
![]() | inAdditionalScope | Atl.Optional<System.Collections.Generic.List<string>> | Scope that is added to the minimal required scope. Default value: atl::NIL. |