Session
public protocol Session : Sendable
Protocol for a Session. A Session represents a user’s session in the application.
-
Returns the value of the session as a String.
Declaration
Swift
var value: String { get }