pub trait MaybeAuthenticatedClient: ClientContext {
// Required method
fn has_auth(&self) -> bool;
}Expand description
Shared auth-state inspection surface.
pub trait MaybeAuthenticatedClient: ClientContext {
// Required method
fn has_auth(&self) -> bool;
}Shared auth-state inspection surface.