etebase_invitation_manager_get_pubkey method
Our identity's public key
This is the key users see when we send invitations.
Can be pretty printed with etebase_utils_pretty_fingerprint
.
@param this_ the object handle
Implementation
ffi.Pointer<ffi.Void> etebase_invitation_manager_get_pubkey(
ffi.Pointer<EtebaseCollectionInvitationManager> this_,
) {
return _etebase_invitation_manager_get_pubkey(
this_,
);
}