MfaUnregisterDeviceResult
public final class MfaUnregisterDeviceResult : ResultProtocol
Holds the result of unregistrating a device.
-
Construct an instance containing the exception.
Declaration
Swift
public init(error: Error)
Parameters
error
An instance of the
Error
representing the error.
-
Parses the object into an
MfaUnregisterDeviceResult
.Throws
IBMMobileKitError.serverErrorDeclaration
Swift
open static func parse(_ data: [String : Any]) throws -> MfaUnregisterDeviceResult
Parameters
data
The object to deserialize from.
Return Value
Deserialized
MfaUnregisterDeviceResult
.