Code

soidc.core.model.TokenRequest.Code
final case class Code(code: AuthorizationCode, redirectUri: Uri, clientId: ClientId, clientSecret: Option[ClientSecret]) 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