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() -> Bool

    Return Value

    a Bool true if they are expired

  • The String representation of the UserMetaInfo

    Declaration

    Swift

    override public var description: String { get }
  • 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

    aCoder

    the serializer