Skip to main content
Protocol
protocol AuthManager : Sendable

Instance Properties

jwt

var jwt: String? { get async }

Instance Methods

setJWT(_:)

func setJWT(_ jwt: String) async