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]