PendingOutOfBandOperationsResult

public struct PendingOutOfBandOperationsResult : Encodable

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

    public let operations: [PendingOutOfBandOperation]
  • 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

    public let errors: [PendingOutOfBandOperationsError]