Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains additional information needed to mint JSON Web Tokens.

Hierarchy

  • AuthTokenContext

Index

Properties

deliveryVehicleId?: null | string

When provided, the minted token should have a private DeliveryVehicleId claim for the provided deliveryVehicleId.

taskId?: null | string

When provided, the minted token should have a private TaskId claim for the provided taskId.

trackingId?: null | string

When provided, the minted token should have a private TrackingId claim for the provided trackingId.

tripId?: null | string

When provided, the minted token should have a private TripId claim for the provided tripId.

vehicleId?: null | string

When provided, the minted token should have a private VehicleId claim for the provided vehicleId.

Generated using TypeDoc