SecurityCodeType

public enum SecurityCodeType : Int

Usher security code type

  • Unknown or undefined type

    Declaration

    Swift

    case none = 0
  • Time-based one-time use password

    Declaration

    Swift

    case totpCode
  • Usher Code

    Declaration

    Swift

    case usherCode