Skip to main content
Module

x/webauthn_deno/mod.ts>base64urlEncode

webauthn from scratch in deno
Go to Latest
function base64urlEncode
Re-export
import { base64urlEncode } from "https://deno.land/x/webauthn_deno@v0.1.1/mod.ts";

Encodes a given ArrayBuffer or string into a base64url representation

Parameters

data: ArrayBuffer | string

Returns

string