Initializers
init(from:)
Inherited fromDecodable.init(from:).
Swift Structure
struct ParsedCredentialPublicKey
Decodable.init(from:).
init(from decoder: any Decoder) throws
let algorithm: String
let curve: Int
let keyType: String
let x: String
let y: String
Was this page helpful?