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 | |
|---|---|---|---|---|
![]() |
inClientId | str | Microsoft ClientId. | |
![]() |
inTenant | str | GUID or friendly name of the tenant. | |
![]() |
inAdditionalScope | list[str] | None | None | Scope that is added to the minimal required scope |

