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

Invoke.InitOAuth_Google

Sets up the OAuth 2.0 framework for Google Authorization.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inClientIdstringGoogle ClientId.
inClientSecretstringGoogle ClientSecret.
inAdditionalScopeAtl.Optional<System.Collections.Generic.List<string>>Scope that is added to the minimal required scope. Default value: atl::NIL.

See also