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 )

