EVENTS.txt 664 B

12345678
  1. StartAttachPubkeyToUserXRD: Runs only for XRD generation where a Magicsig exists for a Profile which is a "person".
  2. @param Magicsig $magicsig crypto stuff related to the profile we're representing
  3. @param XRD $xrd the XRD object which holds all data for the profile we're representing
  4. EndAttachPubkeyToUserXRD: Runs only for XRD generation where a Magicsig exists for a Profile which is a "person". And only if StartAttachPubkeyToUserXRD didn't abort.
  5. @param Magicsig $magicsig crypto stuff related to the profile we're representing
  6. @param XRD $xrd the XRD object which holds all data for the profile we're representing