PublicKeyCredentialParameters
public struct PublicKeyCredentialParameters : Codable
Represents the parameters for a public key credential.
-
The type of the public key credential.
Declaration
Swift
public let type: PublicKeyCredentialType -
The algorithm for the public key credential.
Declaration
Swift
public let alg: COSEAlgorithmIdentifier
View on GitHub