Skip to main content

DeviceRenderOptions

sdkInterfacestringnullable

Lists all of the SDK Interface types that the device supports for displaying specific challenge user interfaces within the SDK.

  • 01: Native
  • 02: HTML
  • 03: Both

Possible values: [01, 02, 03]

sdkUiTypestring[]nullable

Lists all UI types that the device supports for displaying specific challenge user interfaces within the SDK.

  • 01: Text
  • 02: Single Select
  • 03: Multi Select
  • 04: OOB
  • 05: HTML Other (valid only for HTML UI)
  • 06: HTML OOB (valid only for HTML UI)
  • 07: Information

Possible values: [01, 02, 03, 04, 05, 06, 07]

sdkAuthenticationType object[]nullable

Lists all UI types that the device supports for displaying specific challenge user interfaces within the SDK.

  • 01: Static Passcode
  • 02: SMS OTP
  • 03: Key fob or EMV card reader OTP
  • 04: App OTP
  • 05: OTP Other
  • 06: KBA
  • 07: OOB Biometrics
  • 08: OOB Login
  • 09: OOB Other
  • 10: Other
  • 11: Push Confirmation
  • 12-79: Reserved for EMVCo future use (values invalid until defined by EMVCo)
  • 80-99: Reserved for DS use
  • Array [
  • oneOf
  • ]
  • DeviceRenderOptions
    {
    "sdkInterface": "01",
    "sdkUiType": [
    "01"
    ],
    "sdkAuthenticationType": [
    null,
    null
    ]
    }