ALL = 0
CHALLENGE = 1
CLASS = 2
NAME = 3
SERVICE = 4
STYLE = 5
INTERACTIVE = 6
pub const auth_item_t = enum(c_int) { ALL = 0, CHALLENGE = 1, CLASS = 2, NAME = 3, SERVICE = 4, STYLE = 5, INTERACTIVE = 6, }
Press escape to exit search and then '?' to see more options.