|  | ValidateUserToken Class | 
[Missing <summary> documentation for "T:ParaPlanREST.Models.ValidateUserToken"]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ParaPlanREST.Models
 Syntax
Syntax[SerializableAttribute] public class ValidateUserToken : UserToken
The ValidateUserToken type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ValidateUserToken | Initializes a new instance of the ValidateUserToken class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AssignedRoute | 
            The Route assigned to this user (Drivers only)
            (Inherited from UserToken.) | 
|  | AssignedTimes | 
            A string describing when the user will be working (Drivers only)
            (Inherited from UserToken.) | 
|  | AssignedTripCount | (Inherited from UserToken.) | 
|  | AssignedVehicle | 
            The Vehicle assigned to this user (Drivers only)
            (Inherited from UserToken.) | 
|  | AvailableFundingSources | 
            The program names that the mobility manager is allowed to schedule with
            (Inherited from UserToken.) | 
|  | CanCallClients | (Inherited from UserToken.) | 
|  | CanCancel | (Inherited from UserToken.) | 
|  | CanScheduleTrips | (Inherited from UserToken.) | 
|  | CanViewVehicles | (Inherited from UserToken.) | 
|  | ClientCanRequestRecurringRides | (Inherited from UserToken.) | 
|  | ClientCanRequestTrips | (Inherited from UserToken.) | 
|  | ClientID | (Inherited from UserToken.) | 
|  | CollectGPS | (Inherited from UserToken.) | 
|  | CopayPaymentTypes | (Inherited from UserToken.) | 
|  | CurrentDriverBreakID | (Inherited from UserToken.) | 
|  | DatabaseID | (Inherited from UserToken.) | 
|  | DBConnectionString | |
|  | DefaultPaymentType | (Inherited from UserToken.) | 
|  | DeviceToken | (Inherited from UserToken.) | 
|  | (Inherited from UserToken.) | |
|  | EmailAddress | |
|  | EmptyDevice | |
|  | EmptyToken | |
|  | errorMessage | (Inherited from RESTModelBase.) | 
|  | ExpiredToken | |
|  | Key | (Inherited from UserToken.) | 
|  | LocalDriverID | (Inherited from UserToken.) | 
|  | Name | (Inherited from UserToken.) | 
|  | NoShowTimer | 
            How long they should wait before the driver can no show a trip
            (Inherited from UserToken.) | 
|  | PPPAccess | 
            The level of access this user has to the ParaPlan Passenger Portal
            (Inherited from UserToken.) 0 = Not Registered 1 = Has Access 2 = Blocked 3 = Needs Validation | 
|  | ProviderCanRequestTrips | (Inherited from UserToken.) | 
|  | ProviderCanViewClientDetails | (Inherited from UserToken.) | 
|  | ProviderPrograms | (Inherited from UserToken.) | 
|  | ProviderProgramsList | (Inherited from UserToken.) | 
|  | RESTUrl | (Inherited from UserToken.) | 
|  | success | (Inherited from RESTModelBase.) | 
|  | tokenExists | (Inherited from RESTModelBase.) | 
|  | tokenIsValid | (Inherited from RESTModelBase.) | 
|  | TPId | |
|  | UserId | (Inherited from UserToken.) | 
|  | UserType | 
            The Type of user that is logging in
            (Inherited from UserToken.) 0 = Driver 1 = Mobility Manager 2 = Client | 
|  | UTCOffSet | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanProceed | (Inherited from RESTModelBase.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also