encodeUnpaddedBase64Url
encodeUnpaddedBase64Url(
uint8Array):string
Defined in: src/base64.ts:63
Encode a typed array of uint8 as unpadded base64 using the URL-safe encoding.
Parameters
Section titled “Parameters”uint8Array
Section titled “uint8Array”Uint8Array
The data to encode.
Returns
Section titled “Returns”string
The unpadded base64.