NWUserMetaInfo
public class NWUserMetaInfo: NSObject, NWStorable, Expirable
The class representing the User Meta Information Meta information are such as the way the user is logged in, the provider and so on. - warning: This information is temporary and should be asked as soon as possible after a login procedure
-
Check if the meta information are expired and must be asked to Newton Backend
Declaration
Swift
public func isExpired() -> BoolReturn Value
a Bool true if they are expired
-
The String representation of the UserMetaInfo
Declaration
Swift
override public var description: String -
Deserialization initializer
Declaration
Swift
public required convenience init?(coder aDecoder: NSCoder) -
Serialization of User Meta Info
Declaration
Swift
public func encode(with aCoder: NSCoder)Parameters
aCoderthe serializer
NWUserMetaInfo Class Reference