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

x/oura_api/src/utilsOAuth.ts>revokeToken

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

Revokes an Oura access token.

Parameters

accessToken: string
  • The access token to revoke.

Returns

Promise<boolean>

A promise that resolves when the token is successfully revoked.