GetWebAuthnAttestationResult

1type GetWebAuthnAttestationResult = object;

Defined in: account-kit/signer/src/client/types.ts:476

Properties

PropertyType

attestation

Awaited<ReturnType<typeof getWebAuthnAttestation>>

authenticatorUserId

BufferSource

challenge

ArrayBuffer | string