WaAuthController<T> constructor

WaAuthController<T>(
  1. WebRequest rq
)

Constructs a WaAuthController with the given request object.

The super.rq parameter is passed to the parent WaController.

Implementation

WaAuthController(super.rq);