etebase_account_logout method
Logout the user from the current session and invalidate the authentication token
@param this_ the object handle
Implementation
int etebase_account_logout(
ffi.Pointer<EtebaseAccount> this_,
) {
return _etebase_account_logout(
this_,
);
}