JwtDecryptingValidator

soidc.core.JwtDecryptingValidator
See theJwtDecryptingValidator companion object
trait JwtDecryptingValidator[F[_], H, C]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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