/n software 3-D Secure V2 Java Edition

Questions / Feedback?

DeviceParam Type

Device information parameter.

Remarks

Device information parameter used in the app flow to provide device information to the directory server.

Fields

Category
int

The category of the parameter. Possible values include:

0DV - Data Version
1DD - Device Data
2DPNA - Device Parameter Not Available
3SW - Security Warning

FieldName
String

The name of the parameter.

Value
String

The value of the parameter.

ValueType
int

The type of the value. Possible values are:

1Array
2String

Constructors

public DeviceParam();

Creates an empty DeviceParam instance whose properties can be set.

public DeviceParam(String fieldName, String value, int valueType, int category);

Creates a DeviceParam instance with the given FieldName, Value, ValueType, and Category parameters.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Java Edition - Version 2.2 [Build 8318]