getGyazoToken
import { getGyazoToken } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";
Gyazo OAuth uploadで使うaccess tokenを取得する
const getGyazoToken: (init?: GetGyazoTokenOptions) => Promise<Result<string | undefined, NotLoggedInError>>;