createClient(input: ClientInput): Client
Create a client object for interacting with an OAuth 2.0 authorization server.
An object containing methods for authorizing, exchanging tokens, refreshing tokens, and verifying tokens.
createClient(input: ClientInput): Client
Create a client object for interacting with an OAuth 2.0 authorization server.
An object containing methods for authorizing, exchanging tokens, refreshing tokens, and verifying tokens.
Add Package
deno add jsr:@inspatial/auth
Import symbol
import { createClient } from "@inspatial/auth";
---- OR ----
Import directly with a jsr specifier
import { createClient } from "jsr:@inspatial/auth";
Add Package
npx jsr add @inspatial/auth
Import symbol
import { createClient } from "@inspatial/auth";
Add Package
yarn dlx jsr add @inspatial/auth
Import symbol
import { createClient } from "@inspatial/auth";
Add Package
pnpm dlx jsr add @inspatial/auth
Import symbol
import { createClient } from "@inspatial/auth";
Add Package
bunx jsr add @inspatial/auth
Import symbol
import { createClient } from "@inspatial/auth";