Skip to main content

decodeJoseBlob() function

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Decodes a base64url string representing stringified JSON to a JSON object.

Signature:

export declare function decodeJoseBlob(blob: string): any

Parameters

ParameterTypeDescription
blobstring

The base64url encoded stringified JSON to be decoded

This API may change without a BREAKING CHANGE notice.

Returns:

any