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

MissingClientSecretError

import { MissingClientSecretError } from "https://raw.githubusercontent.com/cmd-johnson/deno-oauth2-client/master/mod.ts";

Thrown when trying to use a grant that requires the client secret to be set

class MissingClientSecretError extends Error {
constructor();
}

§Extends

§
Error
[src]

§Constructors

§
new MissingClientSecretError()
[src]