Back to Aurora Vision Library website

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

InitOAuth_Google


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Sets up the OAuth 2.0 framework for Google Authorization.

Syntax

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

Parameters

Name Type Default Description
Input value inClientId const String& Google ClientId.
Input value inClientSecret const String& Google ClientSecret.
Input value inAdditionalScope const Optional<Array<String>>& NIL Scope that is added to the minimal required scope