Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OAuthOptions

import type { OAuthOptions } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.2/mod.ts";

OAuth API用options

interface OAuthOptions extends BaseOptions {
accessToken: string;
}

§Extends

§Properties

§
accessToken: string
[src]

user accountに紐付いたaccess token