notAuthorized property

bool notAuthorized

Convenient interpretation of HTTP status (401)

Implementation

bool get notAuthorized => status == 401;