DeviceRenderOptions
sdkInterfacestringnullable
Lists all of the SDK Interface types that the device supports for displaying specific challenge user interfaces within the SDK.
01: Native02: HTML03: 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: Text02: Single Select03: Multi Select04: OOB05: 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 Passcode02: SMS OTP03: Key fob or EMV card reader OTP04: App OTP05: OTP Other06: KBA07: OOB Biometrics08: OOB Login09: OOB Other10: Other11: Push Confirmation12-79: Reserved for EMVCo future use (values invalid until defined by EMVCo)80-99: Reserved for DS use
Array [
- 0-item-properties
- 1-item-properties
]
DeviceRenderOptions
{
"sdkInterface": "01",
"sdkUiType": [
"01"
],
"sdkAuthenticationType": [
null,
null
]
}