etebase_account_logout method

int etebase_account_logout(
  1. Pointer<EtebaseAccount> this_
)

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_,
  );
}