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