Searched refs:STATUS_AUTHENTICATION_REQUIRED (Results 1 – 1 of 1) sorted by relevance
66 pub const STATUS_AUTHENTICATION_REQUIRED: u16 = 0x0020; const152 AuthenticationRequired = consts::STATUS_AUTHENTICATION_REQUIRED,184 … consts::STATUS_AUTHENTICATION_REQUIRED => Some(Status::AuthenticationRequired), in from_u16()