VerifySoftwareTokenResponseType

public enum VerifySoftwareTokenResponseType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case success = "SUCCESS"
  • Undocumented

    Declaration

    Swift

    case error = "ERROR"
  • Declaration

    Swift

    public var description: String { get }