ClientCredentialsRequest

scalaoauth2.provider.ClientCredentialsRequest

Attributes

Source
AuthorizationRequest.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class RequestBase
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def grantType: String

Attributes

Inherited from:
AuthorizationRequest
Source
AuthorizationRequest.scala
def header(name: String): Option[String]

Attributes

Inherited from:
RequestBase
Source
RequestBase.scala
def param(name: String): Option[String]

Attributes

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def requireHeader(name: String): String

Attributes

Inherited from:
RequestBase
Source
RequestBase.scala
def requireParam(name: String): String

Attributes

Inherited from:
RequestBase
Source
RequestBase.scala
def scope: Option[String]

Attributes

Inherited from:
AuthorizationRequest
Source
AuthorizationRequest.scala

Inherited fields

val headers: TreeMap[String, Seq[String]]

Attributes

Inherited from:
RequestBase
Source
RequestBase.scala
val params: Map[String, Seq[String]]

Attributes

Inherited from:
RequestBase
Source
RequestBase.scala