Package akka.http.jwt.internal
Interface JwtSupport
-
- All Known Implementing Classes:
JwtSupport.DefaultJwtSupport
public interface JwtSupportINTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJwtSupport.DefaultJwtSupportparam: secrets Order of this list represents priority when selecting secrets for signing and validation.static interfaceJwtSupport.JwtAlgorithmSecretstatic classJwtSupport.JwtAsymmetricAlgorithmSecretstatic classJwtSupport.JwtAsymmetricAlgorithmSecret$static classJwtSupport.JwtNoneAlgorithmSecret$static classJwtSupport.JwtSecretstatic classJwtSupport.JwtSecret$static classJwtSupport.JwtSymmetricAlgorithmSecretstatic classJwtSupport.JwtSymmetricAlgorithmSecret$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanValidate()scala.util.Either<java.lang.Exception,spray.json.JsObject>validate(java.lang.String token)
-