CLASS
Metadata
Contents
- Properties
templateArea
viewName
- Methods
isEqual(_:)
public final class Metadata: NSObject, Codable
Object with additional information about the response. A client may ignore the information present in this object.
Properties
templateArea
public let templateArea: String?
The value for a custom template area defined for the client or authenticator.
viewName
public let viewName: String?
The name for the view that produced the response.
Methods
isEqual(_:)
override public func isEqual(_ object: Any?) -> Bool