OAuthToken

Contains information needed for generating an OAuth token . This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com.

JSON representation
 { 
 "serviceAccountEmail" 
 : 
 string 
 , 
 "scope" 
 : 
 string 
 } 
Fields
scope

string

OAuth scope to be used for generating OAuth access token. If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used.