Skip to main content
Go to Latest
type alias OAuth2Scopes
import { type OAuth2Scopes } from "https://deno.land/x/twi@1.0.3/auth.ts";
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"