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

au.id.tmm.githubprlanguagedetection.github.configuration.GitHubCredentials.scala Maven / Gradle / Ivy

The newest version!
package au.id.tmm.githubprlanguagedetection.github.configuration

sealed trait GitHubCredentials

object GitHubCredentials {

  case object Anonymous                                         extends GitHubCredentials
  final case class AccessToken(username: String, token: String) extends GitHubCredentials

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy