AuthorizationCodeRequest

scalaoauth2.provider.AuthorizationCodeRequest

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 code: String

returns code.

returns code.

Attributes

Returns

code.

Throws
InvalidRequest

if code is not found

Source
AuthorizationRequest.scala
def codeVerifier: Option[String]

Returns code_verifier

Returns code_verifier

Attributes

Source
AuthorizationRequest.scala
def redirectUri: Option[String]

Returns redirect_uri.

Returns redirect_uri.

Attributes

Returns

redirect_uri

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