etebase_user_profile_get_pubkey method
The user's identity public key
This is used for identifying the user and safely sending them data (such as \ref invitations EtebaseSignedInvitation).
Implementation
ffi.Pointer<ffi.Void> etebase_user_profile_get_pubkey(
ffi.Pointer<EtebaseUserProfile> this_,
) {
return _etebase_user_profile_get_pubkey(
this_,
);
}