SessionIdentity
public struct SessionIdentity : Codable, Hashable
A root object that stores information about a session identity resource.
-
The id of the resource.
Declaration
Swift
public let id: String
-
The type of the resource.
Declaration
Swift
public let type: String
-
The relative link to where the resource is located.
Declaration
Swift
public let href: String
-
Declaration
Swift
public static func == (lhs: SessionIdentity, rhs: SessionIdentity) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)