user<T> static method

T? user<T>()

Get the auth user

Implementation

static T? user<T>() {
  return Backpack.instance.read<T>(authKey());
}