data property

String? data

The optional additional information that it was provided when triggering the out-of-band operation.

Note that the format of the String is defined by the nevisFIDO client triggering the operation: it can be plain text or JSON for example. See the data attribute described in the "Dispatch Token Request Format" section of the nevisFIDO reference guide for additional information.

Returns the optional data provided by the nevisFIDO client when starting the out-of-band operation.

Implementation

String? get data;