OidcTokenAuth

final case class OidcTokenAuth(bearerToken: String, projectName: String) extends Auth
trait Serializable
trait Product
trait Equals
trait Auth
class Object
trait Matchable
class Any

Value members

Concrete methods

def auth[U[_], T, S](r: RequestT[U, T, S]): RequestT[U, T, S]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

override val project: Option[String]