Session
public protocol Session : SendableProtocol for a Session. A Session represents a user’s session in the application.
- 
                  
                  Returns the value of the session as a String. DeclarationSwift var value: String { get }
 View on GitHub
            View on GitHub
          