Enum oxide_auth::frontends::simple::extensions::AddonResult [−][src]
pub enum AddonResult {
Ok,
Data(Value),
Err,
}Expand description
Result of extension processing.
Variants
Allow the request unchanged.
Data(Value)Allow the request and attach additional data to the response.
Tuple Fields of Data
0: ValueDo not permit the request.