-
Notifications
You must be signed in to change notification settings - Fork 2
/
gfit-oauth-scopes.json
26 lines (14 loc) · 1.53 KB
/
gfit-oauth-scopes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"bloodGlucose": ["https://www.googleapis.com/auth/fitness.blood_glucose.read", "https://www.googleapis.com/auth/fitness.blood_glucose.write" ],
"bloodPressure": ["https://www.googleapis.com/auth/fitness.blood_pressure.read", "https://www.googleapis.com/auth/fitness.blood_pressure.write"],
"heartRate": ["https://www.googleapis.com/auth/fitness.heart_rate.read", "https://www.googleapis.com/auth/fitness.heart_rate.write"],
"activity": ["https://www.googleapis.com/auth/fitness.activity.read", "https://www.googleapis.com/auth/fitness.activity.write"],
"bodyTemperature": ["https://www.googleapis.com/auth/fitness.body_temperature.read", "https://www.googleapis.com/auth/fitness.body_temperature.write"],
"body": ["https://www.googleapis.com/auth/fitness.body.read", "https://www.googleapis.com/auth/fitness.body.write"],
"location": ["https://www.googleapis.com/auth/fitness.location.read", "https://www.googleapis.com/auth/fitness.location.write"]
"nutrition": ["https://www.googleapis.com/auth/fitness.nutrition.read", "https://www.googleapis.com/auth/fitness.nutrition.write"],
"oxygenSaturation": ["https://www.googleapis.com/auth/fitness.oxygen_saturation.read", "https://www.googleapis.com/auth/fitness.oxygen_saturation.write"],
"reproductiveHealth": ["https://www.googleapis.com/auth/fitness.reproductive_health.read", "https://www.googleapis.com/auth/fitness.reproductive_health.write"],
"sleep":["https://www.googleapis.com/auth/fitness.sleep.read",
"https://www.googleapis.com/auth/fitness.sleep.write"],
}