Abstract
Abstract
contentThe content type of the NMA (Nevis Mobile Authentication) data. The provided content type defines whether the NMA data is encrypted or not.
Abstract
versionThe 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.
Abstract
redeemThe object containing the redemption information.
Optional
Abstract
dataThe 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.
Static
fromAlternate constructor that creates an OutOfBandPayload from a json.
contains the source for instance creation.
an OutOfBandPayload instance.
Generated using TypeDoc
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