Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface OAuthFlowObject
import { type OAuthFlowObject } from "https://deno.land/x/openbox@1.1.8/types/openapi_spec.ts";

Properties

optional
authorizationUrl: string
optional
tokenUrl: string
optional
refreshUrl: string
scopes: ScopesObject