Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oauth4webapi/mod.ts>ClientAuth

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
type alias ClientAuth
import { type ClientAuth } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";

Implementation of the Client's Authentication Method at the Authorization Server.

definition: () => void | Promise<void>