Type Alias CreateDocAuthSystemOptions

CreateDocAuthSystemOptions: {
    licenseKey?: string;
    assets?: Assets;
    fontConfig?: FontConfig;
}

Type declaration

  • OptionallicenseKey?: string
  • Optionalassets?: Assets

    Assets configuration. If unset the system will use the assets from a CDN.

  • OptionalfontConfig?: FontConfig

    Font configuration.