Query

com.google.api.auth.JwtLocation.In.Query
final case class Query(value: String) extends In

Attributes

Source
JwtLocation.scala
Graph
Supertypes
trait In
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = String

Attributes

Source
JwtLocation.scala

Value members

Concrete methods

override def isQuery: Boolean

Attributes

Definition Classes
In
Source
JwtLocation.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
JwtLocation.scala
override def query: Option[String]

Attributes

Definition Classes
In
Source
JwtLocation.scala

Inherited methods

def header: Option[String]

Attributes

Inherited from:
In
Source
JwtLocation.scala
def isCookie: Boolean

Attributes

Inherited from:
In
Source
JwtLocation.scala
def isDefined: Boolean

Attributes

Inherited from:
In
Source
JwtLocation.scala
def isEmpty: Boolean

Attributes

Inherited from:
In
Source
JwtLocation.scala
def isHeader: Boolean

Attributes

Inherited from:
In
Source
JwtLocation.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala