AccessToken

gcp4s.auth.AccessToken
See theAccessToken companion object
final case class AccessToken(token: String, expiresAt: FiniteDuration)

Attributes

Companion
object
Source
AccessToken.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def expiresSoon[F[_]](in: FiniteDuration)(using evidence$1: Functor[F], evidence$2: Clock[F]): F[Boolean]

Attributes

Source
AccessToken.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product