Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CubaAppProviderProps

Hierarchy

  • CubaAppProviderProps

Index

Properties

children

children: React.ReactNode | React.ReactNode[] | null

Optional config

Configuration object.

cubaREST

cubaREST: CubaApp

REST API facade

Optional retrieveRestApiToken

retrieveRestApiToken: undefined | function

A callback that retrieves REST API token from an external storage. Used, for example, in native mobile apps.

returns

a promise that resolves into a string representing a valid REST API token or undefined if no valid token is available.

Generated using TypeDoc