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

x/oura_api/mod.ts>OuraOAuth#revokeAccessToken

Typescript project to interact with v2 of the Oura Ring API
Latest
method OuraOAuth.prototype.revokeAccessToken
Re-export
import { OuraOAuth } from "https://deno.land/x/oura_api@1.0.1/mod.ts";

Revoke an OAuth2 access token.

Parameters

accessToken: string
  • The access token to revoke.

Returns

Promise<boolean>

A promise that resolves when the token is successfully revoked.