SignifyClient constructor
KERIA admin interface URL
Base64 21 char string that is used as base material for seed of the client AID
Security tier for generating keys of the client AID (high | mewdium | low)
KERIA boot interface URL
list of external modules to load
Get challenges resource
Create a Signed Request to fetch a resource from an external URL with headers signed by an AID
Name or alias of the AID to be used for signing
URL of the requested resource
Request options should include: - method: HTTP method - data Data to be sent in the body of the resource. If the data is a CESR JSON string then you should also set contentType to 'application/json+cesr' If the data is a FormData object then you should not set the contentType and the browser will set it to 'multipart/form-data' If the data is an object then you should use JSON.stringify to convert it to a string and set the contentType to 'application/json' - contentType Content type of the request.
A promise to the created Request
Get credentials resource
Fetch a resource from the KERIA agent
Path to the resource
HTTP method
Data to be sent in the body of the resource
Optional
extraHeaders: HeadersOptional extra headers to be sent with the request
A promise to the result of the fetch
Get identifiers resource
Get notifications resource
Get operations resource
Get registries resource
Generated using TypeDoc
SignifyClient