TokenReviewSpec

final case class TokenReviewSpec(audiences: Option[Seq[String]], token: Option[String])

TokenReviewSpec is a description of the token authentication request.

Source:
TokenReviewSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to audiences

Appends new values to audiences

Source:
TokenReviewSpec.scala

if audiences has a value, transforms to the result of function

if audiences has a value, transforms to the result of function

Source:
TokenReviewSpec.scala

if token has a value, transforms to the result of function

if token has a value, transforms to the result of function

Source:
TokenReviewSpec.scala

Returns a new data with audiences set to new value

Returns a new data with audiences set to new value

Source:
TokenReviewSpec.scala

Returns a new data with token set to new value

Returns a new data with token set to new value

Source:
TokenReviewSpec.scala

Inherited methods

Inherited from:
Product