token property

String? token
final

Token can take 3 different formats:

  • public_token to launch Link in update mode for a particular Item.
  • payment_token to Link initialization to enter the payment initiation flow
  • deposit_switch_token to enable the deposit switch feature.

Implementation

final String? token;