Swift Enumeration
enum SignerType
case apiKey
case email
case externalWallet
case passkey
RawRepresentable.init(rawValue:)
init?(rawValue: String)
Was this page helpful?