Skip to content

@stellar-passkey/core API


@stellar-passkey/core API / decodeChallenge43

Function: decodeChallenge43()

decodeChallenge43(input): Uint8Array

Defined in: packages/core/src/webauthn/base64url.ts:124

Decode a 43-character base64url challenge to its 32-byte payload.

Throws if input.length !== 43.

Parameters

input

string

Returns

Uint8Array

MIT — SCF-43 RFP submission (2026). Status: pre-1.0.