auth property

Auth? auth
getter/setter pair

The request authentication.

May be absent for unauthenticated requests. Derived from the HTTP request Authorization header or equivalent.

Implementation

Auth? auth;