DCConfigurationIOS: {
    appGroup: string;
    supportedDocTypes: readonly SupportedDocType[];
}

iOS only

Configuration options for enrolling credentials via the iOS Digital Credentials API (DCApi).

Type declaration

  • Readonly appGroup: string

    Application group accessible by both your app and the app extension.

  • Readonly supportedDocTypes: readonly SupportedDocType[]

    Document types as specified in your application entitlements.

Generated using TypeDoc