Swift Protocol
protocol AuthManager : Sendable
var jwt: String? { get async }
func setJWT(_ jwt: String) async
Was this page helpful?