Options
All
  • Public
  • Public/Protected
  • All
Menu

Manage the userToken that is passed along with all events. This is used to validate subsequent events relating to registered orders.

Hierarchy

  • Credentials

Index

Properties

clearUserToken

clearUserToken: () => void

Clean up the userToken of Bluedot SDK

Type declaration

    • (): void
    • Returns void

setUserToken

setUserToken: (userToken: string) => void

Set the userToken for Bluedot SDK if you intend to use Now Ready Screens

param

The unique userToken returned by Register order endpoint. Learn more about Order Registration here

throws

ValidationError Throws validation error when userToken is not an alphanumeric string of length 7-20

Type declaration

    • (userToken: string): void
    • Parameters

      • userToken: string

      Returns void

Generated using TypeDoc