Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/src/OuraBase.ts>OAuthScope

Typescript project to interact with v2 of the Oura Ring API
Latest
type alias OAuthScope
import { type OAuthScope } from "https://deno.land/x/oura_api@1.0.1/src/OuraBase.ts";

Union of possible OAuthScopes

email - Email address of the user personal - Personal information (gender, age, height, weight) daily - Daily summaries of sleep, activity and readiness heartrate - Time series heart rate for Gen 3 users workout - Summaries for auto-detected and user entered workouts tag User - entered tags session - Guided and unguided sessions in the Oura app spo2Daily - SpO2 Average recorded during sleep

definition:
| "email"
| "personal"
| "daily"
| "heartrate"
| "workout"
| "tag User"
| "session"
| "spo2Daily"