TNLaunchAuthFlowRequest

@objcMembers
public class TNLaunchAuthFlowRequest : TNDriveMotionRequest

A request class for launching an authentication flow.

This class is used to initiate a request to start the authorization flow for a vehicle based on either its Vehicle Identification Number (VIN) or make.

  • Attributes:
    • vin: An optional VIN of the vehicle. If provided, the request will use the VIN to identify the vehicle.
    • make: An optional make of the vehicle. If provided, the request will use the make to identify the vehicle.
    • viewController: The UIViewController responsible for presenting the authorization flow.