DeregistrationMode
@available(*, deprecated, message: "Deregistration mode is not used anymore as there are separate deregister functions for each mode.")
public enum DeregistrationMode
The mode defining what type of deregistration is executed.
Note
The SDK does not supportusername
mode at the moment. This enum lists the supported deregistration modes.
-
This mode deregisters all authenticator registrations on the current device. Referred to as
aaid_and_keyid
mode in FIDO specification.Declaration
Swift
case device
-
This mode deregisters a specific authenticator registration. Referred to as
aaid
mode in FIDO specification.Declaration
Swift
case authenticator