Expand description
Types for handling tokens.
Structs
- A local token.
- A public token.
- A
TrustedToken
is returned by either averify()
ordecrypt()
operation and represents a validated token. UntrustedToken
can parse PASETO tokens in order to extract individual parts of it.