InitOAuth_Google
Sets up the OAuth 2.0 framework for Google Authorization.
Syntax
C++
C#
Python
def InitOAuth_Google( inClientId: str, inClientSecret: str, /, *, inAdditionalScope: list[str] | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inClientId | str | Google ClientId. | |
![]() |
inClientSecret | str | Google ClientSecret. | |
![]() |
inAdditionalScope | list[str] | None | None | Scope that is added to the minimal required scope |

