TwoFactorPreference

public struct TwoFactorPreference : Codable

Two factor preference, e.g. email or text

  • Type of the preference, e.g. email or text

    Declaration

    Swift

    public let type: String
  • Value of the preference, e.g. email address or phone number

    Declaration

    Swift

    public let value: String