pub fn required_scope_for_action(action: &str) -> Option<&'static str>Expand description
Returns the scope required to invoke action.
Unknown actions return DENY_SCOPE so they fail closed.
pub fn required_scope_for_action(action: &str) -> Option<&'static str>Returns the scope required to invoke action.
Unknown actions return DENY_SCOPE so they fail closed.