Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth2_server/deps.ts>encodeBase64url

A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
Latest
function encodeBase64url
import { encodeBase64url } from "https://deno.land/x/oauth2_server@0.12.0/deps.ts";

Encodes a given ArrayBuffer or string into a base64url representation

Parameters

data: ArrayBuffer | string

Returns

string