- Companion:
- class
- Source:
- ServiceAccountTokenProjection.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.readOpt[String]("audience")(stringDecoder[T](evidence$1)).flatMap[String,ServiceAccountTokenProjection](((audience:Option[String])=>obj.readOpt[Int]("expirationSeconds")(intDecoder[T](evidence$1)).map[ServiceAccountTokenProjection](((expirationSeconds:Option[Int])=>ServiceAccountTokenProjection.apply(path=path,audience=audience,expirationSeconds=expirationSeconds)))))))))
}
(new$anon():Decoder[T,ServiceAccountTokenProjection])
}" class="documentableAnchor">
implicit def obj.readOpt[String]("audience")(stringDecoder[T](evidence$1)).flatMap[String,ServiceAccountTokenProjection](((audience:Option[String])=>obj.readOpt[Int]("expirationSeconds")(intDecoder[T](evidence$1)).map[ServiceAccountTokenProjection](((expirationSeconds:Option[Int])=>ServiceAccountTokenProjection.apply(path=path,audience=audience,expirationSeconds=expirationSeconds)))))))))
}
(new$anon():Decoder[T,ServiceAccountTokenProjection])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ServiceAccountTokenProjection]