canic-core 0.104.2

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
//! Module: access::application_authorization
//!
//! Responsibility: expose model-owned canonical application scope values.
//! Does not own: scope grammar, authorization decisions, state, or caller acquisition.
//! Boundary: the `canic` facade re-exports these types without redeclaring them.

pub use crate::model::auth::application_authorization::{
    ApplicationScope, ApplicationScopeError, ApplicationScopeRef, CanonicalApplicationScopes,
};