auth property

AuthController? auth
getter/setter pair

An optional AuthController for handling authentication and session checks for this route.

Implementation

late AuthController? auth;