Interface JwtSupport.JwtAlgorithmSecret

    • Method Detail

      • algorithmName

        java.lang.String algorithmName()
      • canValidate

        boolean canValidate()
      • canValidateAlgorithm

        boolean canValidateAlgorithm​(pdi.jwt.JwtAlgorithm alg)
      • validate

        scala.util.Try<spray.json.JsObject> validate​(java.lang.String token)