auth top-level property
RulesAuth?
get
auth
A variable containing the token payload if a client is authenticated, or null if the client isn't authenticated.
Implementation
RulesAuth? get auth => throw UnimplementedError();