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