...
Name | Type | Description | Example |
---|---|---|---|
charLength | integer | Length of Pin Code | 6 |
characters | string | Characters allowed to be used for Pin Code | 01234 |
Examples
...
Custom registry
create under custom registry an entry with the following label: pinConfiguration
Code Block | ||||
---|---|---|---|---|
| ||||
{ "pinConfiguration": { "charLength": 4, "characters": "0123456789" } } |
...
Provision
Code Block | ||||
---|---|---|---|---|
| ||||
{ "urac": { "pinConfiguration": { "charLength": 4, "characters": "0123456789" }, } } |
...