Skip to main content
Module

x/twi/mod.ts>auth.OAuth2Scopes

Twitter API v2 Client for Deno
Go to Latest
type alias auth.OAuth2Scopes
import { type auth } from "https://deno.land/x/twi@1.2.0/mod.ts";
const { OAuth2Scopes } = auth;
definition:
| "tweet.read"
| "tweet.write"
| "tweet.moderate.write"
| "users.read"
| "follows.read"
| "follows.write"
| "offline.access"
| "space.read"
| "mute.read"
| "mute.write"
| "like.read"
| "like.write"
| "list.read"
| "list.write"
| "block.read"
| "block.write"
| "bookmark.read"
| "bookmark.write"