GitHubFlow

soidc.http4s.routes.GitHubFlow
See theGitHubFlow companion object
trait GitHubFlow[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def routes(mountUri: Uri)(cont: Result => F[Response[F]]): HttpRoutes[F]
def run(req: Request[F], mountUri: Uri)(cont: Result => F[Response[F]])(using Functor[F]): F[Response[F]]