Location

me.wojnowski.oidc4s.config.Location$
See theLocation companion class
object Location

Attributes

Companion:
class
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 create(raw: String): Either[InvalidLocation, Location]

Attributes

raw

Base address of Open ID provider, e.g. "https://accounts.google.com", "https://appleid.apple.com" or "https://yourdomain.eu.auth0.com"

def unsafeCreate(raw: String): Location