etebase_account_fetch_token method

int etebase_account_fetch_token(
  1. Pointer<EtebaseAccount> this_
)

Fetch a new auth token for the account and update the EtebaseAccount object with it

@param this_ the object handle

Implementation

int etebase_account_fetch_token(
  ffi.Pointer<EtebaseAccount> this_,
) {
  return _etebase_account_fetch_token(
    this_,
  );
}