AuthTarget
public class AuthTarget : ChildTargetType
extension AuthTarget: DecodableTargetType
mobileapp/$authenticate/
-
Undocumented
See moreDeclaration
Swift
public enum Send : 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 +
childPathDeclaration
Swift
public var path: String { get } -
Create
.requestParameterswith user, device and application info.Declaration
Swift
public var task: Task { get } -
Declaration
Swift
public var sampleData: Data { get }
-
Undocumented
Declaration
Swift
public typealias ResultType = AuthToken
AuthTarget Class Reference