TNEnrollmentClient
@objc
public protocol TNEnrollmentClient : NSObjectProtocol
Undocumented
-
Creates and returns a builder for constructing an enrollment status request.
Declaration
Swift
func getGetEnrollmentStatusRequest() -> TNGetEnrollmentStatusRequestBuilder
Return Value
A
TNGetEnrollmentStatusRequestBuilder
instance used to build the enrollment status request. -
Creates and returns a builder for constructing the authorization flow request by VIN.
Declaration
Swift
func getLaunchAuthFlowByVinRequest() -> TNLaunchAuthFlowRequestByVinBuilder
Return Value
A
TNLaunchAuthFlowRequestByVinBuilder
instance used to build the authorization flow request with VIN. -
Creates and returns a builder for constructing the authorization flow request by Make.
Declaration
Swift
func getLaunchAuthFlowByMakeRequest() -> TNLaunchAuthFlowRequestByMakeBuilder
Return Value
A
TNLaunchAuthFlowRequestByMakeBuilder
instance used to build the authorization flow request with Make.