Skip to main content
Module

x/iron/src/utils.ts>base64urlDecode

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

Decode a base64url string to a Uint8Array.

type

(_input: string) => Uint8Array