AbstractAbstractcontentThe content type of the NMA (Nevis Mobile Authentication) data. The provided content type defines whether the NMA data is encrypted or not.
AbstractversionThe version of the NMA (Nevis Mobile Authentication) data.
This can be used to validate that the contents in the out-of-band payload are compatible with the client.
AbstractredeemThe object containing the redemption information.
Optional AbstractdataThe 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.
StaticfromAlternate constructor that creates an OutOfBandPayload from a json.
contains the source for instance creation.
an OutOfBandPayload instance.
This object describes the contents that are sent by nevisFIDO in the out-of-band use case to start an operation (registration, authentication or deregistration).
This object can be obtained from its JSON representation, which is included in a push notification message, in a QR code or in a universal link, depending on the out-of-band mechanism used.
See
OutOfBandPayloadDecode