JwtDecodingValidator

soidc.core.JwtDecodingValidator
See theJwtDecodingValidator companion object
trait JwtDecodingValidator[F[_], H, C]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decodeValidate(token: String)(using ByteDecoder[H], ByteDecoder[C]): F[ValidateResult[H, C]]