Validate

soidc.jwt.Validate
object Validate

Attributes

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

Members list

Type members

Classlikes

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Result

Attributes

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

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Value members

Concrete methods

def validateSignature[H, C](key: JWK, jws: JWSDecoded[H, C])(using StandardHeaderRead[H]): Result
def validateSignature[H, C](keySet: JWKSet, jws: JWSDecoded[H, C])(using StandardHeaderRead[H], StandardClaimsRead[C]): Result
def validateTime[C](leeway: Duration)(c: C, currentTime: Instant)(using claims: StandardClaimsRead[C]): Result