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

x/iron/src/utils.ts>base64urlDecode

A cryptographic utility for sealing a JSON object using symmetric key encryption with message integrity verification.
Latest
variable base64urlDecode
import { base64urlDecode } from "https://deno.land/x/iron@v1.2.1/src/utils.ts";

Decode a base64url string to a Uint8Array.

type

(_input: string) => Uint8Array