- 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).flatMap[String,ServiceAccountTokenProjection](((audience:Option[String])=>obj.readOpt[Int]("expirationSeconds")(intDecoder).map[ServiceAccountTokenProjection](((expirationSeconds:Option[Int])=>ServiceAccountTokenProjection.apply(path=path,audience=audience,expirationSeconds=expirationSeconds)))))))))
}
(new$anon():Decoder[ServiceAccountTokenProjection])
}" class="documentableAnchor">
implicit val obj.readOpt[String]("audience")(stringDecoder).flatMap[String,ServiceAccountTokenProjection](((audience:Option[String])=>obj.readOpt[Int]("expirationSeconds")(intDecoder).map[ServiceAccountTokenProjection](((expirationSeconds:Option[Int])=>ServiceAccountTokenProjection.apply(path=path,audience=audience,expirationSeconds=expirationSeconds)))))))))
}
(new$anon():Decoder[ServiceAccountTokenProjection])
}" class="documentableName ">decoder: Decoder[ServiceAccountTokenProjection]