Skip to main content

MandateVerifierProps

@mandaitor/react


@mandaitor/react / MandateVerifierProps

Interface: MandateVerifierProps

Defined in: components/MandateVerifier.tsx:5

Properties

autoVerify?

optional autoVerify: boolean

Defined in: components/MandateVerifier.tsx:13

Auto-verify on mount (useful for inline status indicators)


className?

optional className: string

Defined in: components/MandateVerifier.tsx:18


compact?

optional compact: boolean

Defined in: components/MandateVerifier.tsx:15

Compact mode — shows only the result badge, no form


defaultAction?

optional defaultAction: string

Defined in: components/MandateVerifier.tsx:9

Pre-fill the action to verify


defaultMandateId?

optional defaultMandateId: string

Defined in: components/MandateVerifier.tsx:7

Pre-fill the mandate ID


defaultResource?

optional defaultResource: string

Defined in: components/MandateVerifier.tsx:11

Pre-fill the resource URI


onResult()?

optional onResult: (result) => void

Defined in: components/MandateVerifier.tsx:17

Callback with verification result

Parameters

result

VerifyResponse

Returns

void