networkAuthenticationRequired constant

int const networkAuthenticationRequired

networkAuthenticationRequired = 511.

The 511 status code indicates that the client needs to authenticate to gain network access.

https://tools.ietf.org/html/rfc6585#section-6

Implementation

static const int networkAuthenticationRequired = 511;