GitHubOAuth

soidc.core.GitHubOAuth
See theGitHubOAuth companion trait
object GitHubOAuth

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Config(clientId: ClientId, privateKey: JWK, clientSecret: Option[ClientSecret], scope: Option[ScopeList], authorizeEndpoint: Uri, tokenEndpoint: Uri, userEndpoint: Uri)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[F[_] : Sync](cfg: Config, client: HttpClient[F], logger: Logger[F])(using evidence$1: Sync[F], ByteDecoder[TokenResponse], ByteDecoder[GitHubUser]): GitHubOAuth[F]