AuthenticatorType

public enum AuthenticatorType : String, Decodable

Undocumented

  • Undocumented

    Declaration

    Swift

    case password
  • Undocumented

    Declaration

    Swift

    case oobOtpEmail = "oob_otp_email"
  • Undocumented

    Declaration

    Swift

    case oobOtpSms = "oob_otp_sms"
  • Undocumented

    Declaration

    Swift

    case totp
  • Undocumented

    Declaration

    Swift

    case passkey
  • Undocumented

    Declaration

    Swift

    case unknown
  • Declaration

    Swift

    public init(from decoder: Decoder) throws