All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbt.ServerAuthentication.scala Maven / Gradle / Ivy

The newest version!
/**
 * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
 */

// DO NOT EDIT MANUALLY
package sbt
sealed abstract class ServerAuthentication extends Serializable
object ServerAuthentication {
  
  
  case object Token extends ServerAuthentication
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy