AuthVerificationTarget
public class AuthVerificationTarget : ChildTargetType
extension AuthVerificationTarget: DecodableTargetType
mobileapp/$verify/
-
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 }
-
Create
.requestParameters
with 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