package activitypub

  1. Overview
  2. Docs

Class type Types.actorSource

An Actor's interface.

inherit object_
method inbox : ordered_collection
method outbox : ordered_collection
method following : collection option
method followers : collection option
method liked : collection option
method manually_approves_followers : bool

default should be false

method streams : collection list

default should be false

method preferred_username : string option
method public_keypem : X509.Public_key.t option
method public_key_iri : Iri.t option
method private_keypem : X509.Private_key.t option Lwt.t