DeregistrationRequest
public struct DeregistrationRequest : UAFRequest
A deregistration request sent to the FIDO Client.
-
The operation header of the request.
Declaration
Swift
public let header: OperationHeader
-
The list of authenticators to be deregistered.
Declaration
Swift
public let authenticators: [DeregisterAuthenticator]
-
Creates a new deregistration request.
Declaration
Swift
public init(header: OperationHeader, authenticators: [DeregisterAuthenticator])
Parameters
header
The operation header of the request.
authenticators
The list of authenticators to be deregistered.