Module authzen_core::actions
source · Expand description
Standard actions which are useful across many applications.
Custom actions can be generated using the action macro.
Traits
- Makes an authorization query and performs
"create"action. - Makes an authorization query and performs
"delete"action. - Makes an authorization query and performs
"read"action. - Makes an authorization query and performs
"update"action.