Package dev.paseto.jpaseto
Interface Paseto
-
public interface PasetoAn expanded (not compact/serialized) paseto token.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClaimsgetClaims()FooterClaimsgetFooter()PurposegetPurpose()VersiongetVersion()
-
-
-
Method Detail
-
getVersion
Version getVersion()
-
getPurpose
Purpose getPurpose()
-
getClaims
Claims getClaims()
-
getFooter
FooterClaims getFooter()
-
-