Skip to main content

AuthState

Type Alias AuthState 

Source
pub type AuthState = Option<Arc<ApiKeySet>>;
Expand description

Shared auth state — None means authentication is disabled.

Aliased Type§

pub enum AuthState {
    None,
    Some(Arc<ApiKeySet>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Arc<ApiKeySet>)

Some value of type T.