OidcJwtVerifier

trait OidcJwtVerifier[F[_]]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def verifyAndExtract[C](jwt: String, claimExtractor: JwtClaim => Either[Throwable, C]): F[Either[Error, C]]