Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kd_clients/OtherClients/XAuthValues.ts>XAuthValues

Various HTTP clients for miscellaneous use.
Go to Latest
interface XAuthValues
import { type XAuthValues } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/OtherClients/XAuthValues.ts";

Represents the Twitter secrets.

Properties

consumer_api_key: string

Gets or sets the consumer key.

consumer_api_secret: string

Gets or sets the consumer secret.

access_token_key: string

Gets or sets the access token key.

access_token_secret: string

Gets or sets the access token secret.