Type alias ScuteClientConfig

ScuteClientConfig: {
    appId: UniqueIdentifier;
    baseUrl?: string;
    debug?: boolean;
    preferences?: ScuteClientPreferences;
    secretKey?: string;
}

Type declaration

  • appId: UniqueIdentifier
  • Optional baseUrl?: string
  • Optional debug?: boolean
  • Optional preferences?: ScuteClientPreferences
  • Optional secretKey?: string

    IMPORTANT: Do not expose to the browser

Generated using TypeDoc