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

AuthorizationUriWithVerifier

import type { AuthorizationUriWithVerifier } from "https://raw.githubusercontent.com/cmd-johnson/deno-oauth2-client/master/mod.ts";
interface AuthorizationUriWithVerifier {
codeVerifier: string;
uri: URL;
}

§Properties

§
codeVerifier: string
[src]
§
uri: URL
[src]