SessionResponse
public struct SessionResponse : Session, @unchecked SendableRepresents a session response parsed from a JSON object.
- 
                  
                  The raw JSON data of the session response. DeclarationSwift public let json: [String : Any]
- 
                  
                  Initializes a new session response with the given JSON data. DeclarationSwift public init(json: [String : Any] = [:])ParametersjsonThe JSON data representing the session response. 
- 
                  
                  The session value extracted from the JSON response. DeclarationSwift public var value: String { get }Return ValueA string representing the session code or an empty string if not available. 
 View on GitHub
            View on GitHub
          