AccessToken

github4s.algebras.AccessToken
trait AccessToken[F[_]]

Source of static or expiring github tokens

For github app authentication you'd want to create a token source which calls github's installation authentication api with a jwt token, generated from a private key These tokens have a 1h lifetime, so it's a good idea to handle expired tokens here as well

Attributes

See also:
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def withAccessToken[T](f: Option[String] => F[GHResponse[T]]): F[GHResponse[T]]