Constructors
Constructor
new AuditApi(Defined in: typescript/src/client/AuditApi.ts:10transport):AuditApi
Parameters
transport
Transport
Returns
AuditApi
Methods
verify()
verify(Defined in: typescript/src/client/AuditApi.ts:19 Verifies a signed caller-authentication audit event’s signature. Maps to POST /audit/verify — takes the event and its stored signature directly, not a lookup by id. No caller authentication is required by this route, mirroring RefusalApi.verify()‘s independent third-party verifiability.event,signature):Promise<boolean>
Parameters
event
AuditEvent
signature
Signature
Returns
Promise<boolean>