-
Declaration
Swift
public let token: String -
Declaration
Swift
public let userID: String -
Declaration
Swift
public let handle: String -
Declaration
Swift
public let expiresAt: Int -
Declaration
Swift
public let createdAt: Int -
Declaration
Swift
public func isExpired(currentTimeSince1970: TimeInterval) -> Bool -
Declaration
Swift
public var description: String -
Declaration
Swift
public static func restore(token: String) -> SessionParameters
tokenThe token to restore session from.
Return Value
A new Session object that is restored.
View on GitHub
Install in Dash
DefaultSession Structure Reference