MfaUnregisterDeviceResult

public final class MfaUnregisterDeviceResult : ResultProtocol

Holds the result of unregistrating a device.

  • The type of error.

    Declaration

    Swift

    public fileprivate(set) var error: Error?
  • Construct an instance containing the exception.

    Declaration

    Swift

    public init(error: Error)
  • Parses the object into an MfaUnregisterDeviceResult.

    Throws

    IBMMobileKitError.serverError

    Declaration

    Swift

    open static func parse(_ data: [String:Any]) throws -> MfaUnregisterDeviceResult