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 +
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 
        AuthVerificationTarget Class Reference