Swift Enumeration
enum PublicKeyCredentialType
case publicKey
RawRepresentable.init(rawValue:)
init?(rawValue: String)
Was this page helpful?