Session

final case class Session(baseUrl: String, sessionId: Long, sessionKey: String, cdfProjectName: String)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getAuth[F[_]](refreshSecondsBeforeExpiration: Long, getToken: Option[F[String]])(implicit F: Async[F], clock: Clock[F], sttpBackend: SttpBackend[F, Any]): F[TokenState]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product