RefreshTokenRequest

scalaoauth2.provider.RefreshTokenRequest

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

returns refresh_token.

returns refresh_token.

Attributes

Returns

code.

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