Fetch an invitation
If you need to check the status of an invitation, you can fetch it using the SDK functions below.
Note that you will only be able to fetch invitations that you are involved in as the inviter's VASP or invitee's VASP.
const invitation = await client.fetchUmaInvitation(
/* invitationCode */ "ABCDEF123456",
);