Interface DeviceConfirmationField

    • Method Detail

      • dependOn

        default DeviceConfirmationField[] dependOn()
        Returns an array with the fields this field depends on to be formatted correctly to form the final QR content.
        Default implementation returns an empty array. NOTE: The dependency hierarchy is very simple. It's a tree with only two levels: the root containing the dependent field and in the next level the fields the root depends on.
      • inputFieldName

        default String inputFieldName()
        Returns the field's name when used as an input, for example, as key in the fields map when creating a new confirmation.
        By default it's the "camelized" version of name()