PasswordRequest

scalaoauth2.provider.PasswordRequest

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

Concrete methods

def password: String

returns password.

returns password.

Attributes

Returns

password.

Throws
InvalidRequest

if the parameter is not found

Source
AuthorizationRequest.scala
def username: String

returns username.

returns username.

Attributes

Returns

username.

Throws
InvalidRequest

if the parameter is not found

Source
AuthorizationRequest.scala

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