identitytoolkit  v3
Static Public Attributes | List of all members
google_identitytoolkit_api::IdentityToolkitService::SCOPES Class Reference

#include <identity_toolkit_service.h>

Static Public Attributes

static const char CLOUD_PLATFORM [] = {"https://www.googleapis.com/auth/cloud-platform"}
 
static const char FIREBASE [] = {"https://www.googleapis.com/auth/firebase"}
 

Detailed Description

Declares the OAuth2.0 scopes used within Google Identity Toolkit API

These scopes shoudl be used when asking for credentials to invoke methods in the IdentityToolkitService.

Member Data Documentation

◆ CLOUD_PLATFORM

const char google_identitytoolkit_api::IdentityToolkitService::SCOPES::CLOUD_PLATFORM = {"https://www.googleapis.com/auth/cloud-platform"}
static

View and manage your data across Google Cloud Platform services.

◆ FIREBASE

const char google_identitytoolkit_api::IdentityToolkitService::SCOPES::FIREBASE = {"https://www.googleapis.com/auth/firebase"}
static

View and administer all your Firebase data and settings.


The documentation for this class was generated from the following files: