Skip to main content

Module context

Module context 

Source
Expand description

Runtime dependency container (AuthsContext) for injecting infrastructure adapters. Runtime dependency container for auths-sdk operations.

AuthsContext carries all injected infrastructure adapters. Config structs (e.g. crate::types::CreateDeveloperIdentityConfig) remain Plain Old Data with no trait objects.

Structs§

AuthsContext
All runtime dependencies for auths-sdk operations.
AuthsContextBuilder
Typestate builder for AuthsContext.
Missing
Typestate marker: required field not yet set.
Set
Typestate marker: required field has been set.

Traits§

EventSink
Re-export the canonical EventSink trait from auths-telemetry. Synchronous, fire-and-forget sink for structured telemetry payloads.