Config

object Config extends AskFor[Config]
Companion
class
trait Product
trait Mirror
trait AskFor[Config]
class Object
trait Matchable
class Any

Type members

Classlikes

final case class RefreshToken(value: String) extends AnyVal
Companion
object
object RefreshToken
Companion
class
final case class Token(value: String) extends AnyVal
Companion
object
object Token extends AskFor[Option[Token]]
Companion
class

Inherited types

type Ask[F[_]] = Ask[F, A]
Inherited from
AskFor
type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Inherited methods

def AskInstance[F[_]](ask: Ask[F]): Ask[F]
Inherited from
AskFor
def ask[F[_]](ask: Ask[F]): F[Config]
Inherited from
AskFor
def askBy[F[_], Parent](askParent: Ask[F, Parent])(getter: Getter[Parent, Config])(`evidence$1`: Applicative[F]): Ask[F]
Inherited from
AskFor
def askLiftF[F[_]](fa: F[Config])(`evidence$2`: Applicative[F]): Ask[F]
Inherited from
AskFor

Concrete fields

lazy val `derived$AsObject`: AsObject[Config]
val defaultPort: Int