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