UnenrollResult
public final class UnenrollResult : ResultProtocol
Holds the result of unenrolling an authentication mechanism.
-
Construct an instance containing the exception.
Declaration
Swift
public init(error: Error)
Parameters
error
An instance of the
Error
representing the error.