JWKSet

soidc.jwt.JWKSet
See theJWKSet companion object
final case class JWKSet(keys: List[JWK])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get(id: KeyId): Option[JWK]
def isEmpty: Boolean
def nonEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product