MandateVerifierProps
@mandaitor/react / MandateVerifierProps
Interface: MandateVerifierProps
Defined in: components/MandateVerifier.tsx:5
Properties
autoVerify?
optionalautoVerify:boolean
Defined in: components/MandateVerifier.tsx:13
Auto-verify on mount (useful for inline status indicators)
className?
optionalclassName:string
Defined in: components/MandateVerifier.tsx:18
compact?
optionalcompact:boolean
Defined in: components/MandateVerifier.tsx:15
Compact mode — shows only the result badge, no form
defaultAction?
optionaldefaultAction:string
Defined in: components/MandateVerifier.tsx:9
Pre-fill the action to verify
defaultMandateId?
optionaldefaultMandateId:string
Defined in: components/MandateVerifier.tsx:7
Pre-fill the mandate ID
defaultResource?
optionaldefaultResource:string
Defined in: components/MandateVerifier.tsx:11
Pre-fill the resource URI
onResult()?
optionalonResult: (result) =>void
Defined in: components/MandateVerifier.tsx:17
Callback with verification result
Parameters
result
VerifyResponse
Returns
void