Swift Enumeration
enum AuthenticatorAttachment
case crossPlatform
case platform
RawRepresentable.init(rawValue:)
init?(rawValue: String)
Was this page helpful?