NMAPendingOutOfBandOperationsResult
@objc
public protocol NMAPendingOutOfBandOperationsResult
The object with the non-redeemed out-of-band operations returned by nevisFIDO in the Get Device Out-of-Band Operations service.
If the pending operations in a given server could be found, but they failed for another server:
The found operations will be returned by the operations
method, and the error will be returned by the errors
method.
-
Returns the out-of-band operations of the device that have not been redeemed, nor timed-out.
Declaration
Swift
var operations: [NMAPendingOutOfBandOperation] { get }
-
Returns the errors that occurred retrieving the pending out-of-band operations.
Note
This object is not encoding together with the wrapper result.Declaration
Swift
var errors: [NMAPendingOutOfBandOperationsError] { get }