BasicSessionRequestContext

Implementation of a basic request context that supports session storage and authenticators

SessionContext.swift:125
struct BasicSessionRequestContext<Session, Identity> where Session : Decodable, Session : Encodable, Session : Sendable, Identity : Sendable