Skip to main content
Module

x/webauthn_deno/mod.ts>base64urlEncode

A Deno Implementation of WebAuthn Registration/Authentication Ceremonies.
Go to Latest
function base64urlEncode
Re-export
import { base64urlEncode } from "https://deno.land/x/webauthn_deno@v0.2.0/mod.ts";

Encodes a given ArrayBuffer or string into a base64url representation

Parameters

data: ArrayBuffer | string

Returns

string