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

RefreshTokenOptions

import type { RefreshTokenOptions } from "https://raw.githubusercontent.com/cmd-johnson/deno-oauth2-client/master/mod.ts";
interface RefreshTokenOptions {
requestOptions?: RequestOptions;
scope?: string | string[];
}

§Properties

§
requestOptions?: RequestOptions
[src]
§
scope?: string | string[]
[src]