Affirm an IoMRequest - this means that you want to join the IoM.
Obtain all requests.
Creates a new IoM request.
The person who initiated the request
The identity that becomes the main identity on both sides
The identity that will become an alternate identity (not main)
'full' means that both identities will get private keys on both sides 'light' means that only the main identity will get private keys on both sides
This class manages IoM requests.
The IoM Request is exchanged using IoMRequest objects that are locally registered at the IoMRequestRegistry.
The class allows you to create an IoMRequest that is distributed to the other participants. They are then notified through the onNewRequest event and can affirm the request. Affirmation works by creating an affirmation certificate that is then distributed back to all other participants.
TODO: