Skip to content

We will display this claim on the authorize screen. Just for display purpses. This is still to be checked by you post-authentication.

Defined in: packages/bitbadgesjs-sdk/src/core/blockin.ts:89

Extended by

Properties

claimId?

optional claimId?: string

Defined in: packages/bitbadgesjs-sdk/src/core/blockin.ts:91

We will display this claim on the authorize screen. Just for display purpses. This is still to be checked by you post-authentication.


expectVerifySuccess?

optional expectVerifySuccess?: boolean

Defined in: packages/bitbadgesjs-sdk/src/core/blockin.ts:99

We will expect the claim verification to succeed. If false, we will not let user attempt to sign in.

Note: This is not a replacement for checking the claim on your side because users can manipulate the client-side URL parameters.


hideIfAlreadyClaimed?

optional hideIfAlreadyClaimed?: boolean

Defined in: packages/bitbadgesjs-sdk/src/core/blockin.ts:93

For the claimId, we will hide the claim if the user has already completed it (successCount >= 1).

Edit this page on GitHub