auth property

Auth get auth

This is a shorthand for RequestContext.request.auth.

Implementation

static Auth get auth => Auth(request);