Skip to main content
This release is 49 versions behind 1.3.3 — the latest version of @fedify/fedify. Jump to latest

Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
4 months ago (0.15.0)
method Endpoints.prototype.oauthAuthorizationEndpoint
Endpoints.prototype.oauthAuthorizationEndpoint(): URL | null

If OAuth 2.0 bearer tokens [RFC 6749] [RFC 6750] are being used for authenticating client to server interactions, this endpoint specifies a URI at which a browser-authenticated user may obtain a new authorization grant.

Return Type

URL | null

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { Endpoints } from "@fedify/fedify";

---- OR ----

Import directly with a jsr specifier

import { Endpoints } from "jsr:@fedify/fedify";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { Endpoints } from "@fedify/fedify";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { Endpoints } from "@fedify/fedify";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { Endpoints } from "@fedify/fedify";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { Endpoints } from "@fedify/fedify";