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
HmacEncoder
encodes Bytes using Hmac
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

Typedefs

Bytes = List<int>
BytesEncoder = EncoderDelegate<Bytes>
EncoderDelegate<T> = MultiDelegate2<T, T, T>