byte_token library

Classes

ByteSignature
a callable class that generates a signature Bytes
ByteToken
a class that stores a signature as Bytes and a Payload
ByteTokenValidator
a callable class that validates a ByteToken
Payload
TODO make a better version of protobuf.dart that just initialize everithing as 0 or '' as default and behaves like a dataclass a class that represent the industry standard for JWT
Secret
a class the convert a string to Bytes when instantiated

Extensions

PayloadExpiredX on Payload

Functions

hmacEncode(Bytes p0, Bytes p1) Bytes

Typedefs

Bytes = List<int>
Encode = Bytes Function(Bytes, Bytes)