PublicKeyCredentialSource
public struct PublicKeyCredentialSource
PublicKeyCredentialSource is a struct representing a WebAuthn Public Key credential. The initializer expects the folowing variables:
id: [UInt8]
,
rpId: String
,
userHandle: [UInt8]?
,
signCount: UInt32
,
alg: Int
,
otherUI: String
PublicKeyCredentialSources are used to list and stored credentials on the device.