Refresh

soidc.core.model.TokenRequest.Refresh
final case class Refresh(refreshToken: JWS, clientId: ClientId, clientSecret: Option[ClientSecret], scope: Option[ScopeList]) extends TokenRequest

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TokenRequest
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def asUrlQuery: String

Attributes

Inherited from:
TokenRequest
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val asMap: Map[String, String]

Inherited fields

lazy val asUrlParameterMap: Map[String, String]

Attributes

Inherited from:
TokenRequest