Show / Hide Table of Contents

Class GoogleHealthAPIService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Health API.

Inheritance
object
GoogleHealthAPIService.ScopeConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public static class GoogleHealthAPIService.ScopeConstants

Fields

CloudPlatform

See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.

Declaration
public const string CloudPlatform = "https://www.googleapis.com/auth/cloud-platform"
Field Value
Type Description
string

GooglehealthActivityAndFitnessReadonly

See your Google Health activity and fitness data

Declaration
public const string GooglehealthActivityAndFitnessReadonly = "https://www.googleapis.com/auth/googlehealth.activity_and_fitness.readonly"
Field Value
Type Description
string

GooglehealthEcgReadonly

See your Google Health ECG data

Declaration
public const string GooglehealthEcgReadonly = "https://www.googleapis.com/auth/googlehealth.ecg.readonly"
Field Value
Type Description
string

GooglehealthHealthMetricsAndMeasurementsReadonly

See your Google Health health metrics and measurement data

Declaration
public const string GooglehealthHealthMetricsAndMeasurementsReadonly = "https://www.googleapis.com/auth/googlehealth.health_metrics_and_measurements.readonly"
Field Value
Type Description
string

GooglehealthIrnReadonly

See your Google Health Irregular Rhythm Notifications data

Declaration
public const string GooglehealthIrnReadonly = "https://www.googleapis.com/auth/googlehealth.irn.readonly"
Field Value
Type Description
string

GooglehealthLocationReadonly

See exercise GPS location data in Google Health

Declaration
public const string GooglehealthLocationReadonly = "https://www.googleapis.com/auth/googlehealth.location.readonly"
Field Value
Type Description
string

GooglehealthProfileReadonly

See your Google Health profile data

Declaration
public const string GooglehealthProfileReadonly = "https://www.googleapis.com/auth/googlehealth.profile.readonly"
Field Value
Type Description
string

GooglehealthSettingsReadonly

See your Google Health settings

Declaration
public const string GooglehealthSettingsReadonly = "https://www.googleapis.com/auth/googlehealth.settings.readonly"
Field Value
Type Description
string

GooglehealthSleepReadonly

See your Google Health sleep data

Declaration
public const string GooglehealthSleepReadonly = "https://www.googleapis.com/auth/googlehealth.sleep.readonly"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX