An Agent is a user or machine that can write data to an Atomic Server. An Agent might not have subject, sometimes. https://atomicdata.dev/classes/Agent
Optional
https://atomicdata.dev/properties/privateKey
https://atomicdata.dev/properties/publicKey
URL of the Agent
Returns a base64 encoded JSON object containing the Subject and the Private Key. Used for signing in with one string
Returns public key or generates one using the private key
Fetches the public key for the agent, checks if it matches with the current one
Static
Parses a base64 JSON object containing a privateKey and subject, and constructs an Agent from that.
Generated using TypeDoc
An Agent is a user or machine that can write data to an Atomic Server. An Agent might not have subject, sometimes. https://atomicdata.dev/classes/Agent