TokenWithExpirationTime

com.ocadotechnology.sttp.oauth2.cache.future.FutureCachingAccessTokenProvider$.TokenWithExpirationTime
See theTokenWithExpirationTime companion object
final case class TokenWithExpirationTime(accessToken: Secret[String], domain: Option[String], expirationTime: Instant, scope: Option[Scope])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toAccessTokenResponse(now: Instant): AccessTokenResponse

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product