Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Base64URLString

An attempt to communicate that this isn't just any string, but a Base64URL-encoded string. Base64URL encoding is used throughout WebAuthn for binary data transmission.

type Base64URLString = string;

§Type

§
string
[src]