Back to Aurora Vision Library website

You are here: Start » Function Reference » System » OAuth » InitOAuth_Microsoft

InitOAuth_Microsoft


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Sets up the OAuth 2.0 framework for Microsoft Authorization.

Syntax

C++
C#
 
void avl::InitOAuth_Microsoft
(
	const atl::String& inClientId,
	const atl::String& inTenant,
	const atl::Optional<atl::Array<atl::String>>& inAdditionalScope = atl::NIL
)

Parameters

Name Type Default Description
Input value inClientId const String& Microsoft ClientId.
Input value inTenant const String& GUID or friendly name of the tenant.
Input value inAdditionalScope const Optional<Array<String>>& NIL Scope that is added to the minimal required scope