box.session.user()
-
box.session.
user
()¶ Return the name of the current Tarantool user. If the current user is changed temporarily using the box.session.su() method,
box.session.user()
ignores this change. In this case,box.session.user()
returns the initial current user (the user who calls thebox.session.su()
function).See also: box.session.uid()
возвращает: имя текущего пользователя тип возвращаемого значения: строка