me property

MeInterface me

The current user interface.

Provides functionality to manipulate current authorized user.

Available Operations:

  • Retrive (Requires Authorization)
  • Update (Requires Authorization)
  • Delete (Requires Authorization)

Implementation

MeInterface get me => get<MeInterface>('me');