TokenRequest

soidc.core.model.TokenRequest
See theTokenRequest companion trait
object TokenRequest

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Code(code: AuthorizationCode, redirectUri: Uri, clientId: ClientId, clientSecret: Option[ClientSecret]) extends TokenRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TokenRequest
class Object
trait Matchable
class Any
Show all
final case class Device(deviceCode: DeviceCode, clientId: ClientId, clientSecret: Option[ClientSecret]) extends TokenRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TokenRequest
class Object
trait Matchable
class Any
Show all
final case class DirectGrant(username: String, password: String, clientId: ClientId, clientSecret: Option[ClientSecret], scope: Option[ScopeList]) extends TokenRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TokenRequest
class Object
trait Matchable
class Any
Show all
final case class Refresh(refreshToken: JWS, clientId: ClientId, clientSecret: Option[ClientSecret], scope: Option[ScopeList]) extends TokenRequest

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def code(code: AuthorizationCode, redirectUri: Uri, clientId: ClientId, clientSecret: Option[ClientSecret]): TokenRequest
def refresh(refreshToken: JWS, clientId: ClientId, clientSecret: Option[ClientSecret], scope: Option[ScopeList]): TokenRequest