OpenIdConnectDiscovery

me.wojnowski.oidc4s.config.OpenIdConnectDiscovery$
See theOpenIdConnectDiscovery companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

object Error

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type
sealed trait Error

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def instance[F[_] : Monad](location: Location)(httpTransport: Transport[F], jsonSupport: JsonSupport, cache: Cache[F, OpenIdConfig]): OpenIdConnectDiscovery[F]
def static[F[_] : Monad](config: OpenIdConfig): OpenIdConnectDiscovery[F]