Values
The pincode characters to check in the positions that you set in the Positions parameter. Separate values with a comma. There must be no space before or after a comma.
For example, to authenticate the third, fifth, and sixth characters from a pincode, set Positions to 3,5,6
. The Values
parameter then contains the values that the user provides, for example y,9,a
. IDOL Server checks that the specified values occur at the specified positions in the user pincode.
Actions: | UserPin |
Type: | String |
Default: | |
Example: | Positions=2,7,3&Values=3,g,K
|
See Also: | Positions |