Uri

soidc.jwt.Uri$package.Uri
object Uri

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Uri.type

Members list

Value members

Concrete methods

def fromString(s: String): Either[String, Uri]
def unsafeFromString(s: String): Uri

Givens

Extensions

Extensions

extension (self: Uri)
def addPath(path: String): Uri
def appendQuery(query: Map[String, String]): Uri
def value: String