TNLaunchAuthFlowResponse

@objcMembers
public class TNLaunchAuthFlowResponse : TNDriveMotionResponseBase

A response class for the launch authorization flow.

This class represents the response received after attempting to launch an authorization flow. It contains the success status of the flow and any associated authorization error if the flow failed.

  • Attributes:
    • success: A boolean value indicating whether the authorization flow was successful.
    • authorizationError: An optional AuthorizationError containing details about any error that occurred during the authorization process.