AaidAndKeyID
public struct AaidAndKeyID : Codable
An AaidAndKeyID
object contains information about an authenticator registration.
-
The attestation ID of the authenticator registration.
Declaration
Swift
public let aaid: String
-
The keyID generated for the authenticator registration.
Declaration
Swift
public let keyID: String
-
Creates a new
AaidAndKeyID
instance.Declaration
Swift
public init(aaid: String, keyID: String)
Parameters
aaid
The attestation ID of the authenticator registration.
keyID
The keyID generated for the authenticator registration.