Swift Protocol
protocol AuthenticatedService : Sendable
var authHeaders: [String : String] { get async }
Was this page helpful?