LogOutTarget

public class LogOutTarget : ChildTargetType, TimeoutTarget
extension LogOutTarget: DecodableTargetType

mobileapp/$logout/

  • Undocumented

    Declaration

    Swift

    public static var alternativePath: String?
  • The last path component for request.

    Declaration

    Swift

    public let childPath: String
  • The http method

    Declaration

    Swift

    public let method: HTTPMethod
  • The full path for request. Parent path + childPath

    Declaration

    Swift

    public var path: String { get }
  • Declaration

    Swift

    public var headers: [String : String]? { get }
  • Create .requestParameters with user, device and application info.

    Declaration

    Swift

    public var task: Task { get }
  • Declaration

    Swift

    public var sampleData: Data { get }
  • Declaration

    Swift

    public var timeoutInterval: TimeInterval

log out

  • Undocumented

    Declaration

    Swift

    public typealias ResultType = Status