PairingSession
public class PairingSession
Represents a Biometrics PairingSession that may be reset when registration of a biometric key failed.
-
The temporary key identifier used for the pairing session
Declaration
Swift
public let tempKeyIdentifier: Data
-
Device information containing details about the device being paired
Declaration
Swift
public let deviceInformation: RegistrationData.DeviceInformation
-
The X509 certificate associated with the pairing session
Declaration
Swift
public var certificate: X509?
-
Initializes a new PairingSession with the given parameters
Declaration
Swift
public init( tempKeyIdentifier: Data, deviceInformation: RegistrationData.DeviceInformation )
Parameters
tempKeyIdentifier
The temporary key identifier for this session
deviceInformation
Information about the device being paired