paseto library
Paseto library for Flutter
Classes
- Header
- LocalV1
- LocalV2
- LocalV3
- LocalV4
- Message
- A signed or encrypted PASETO message.
- Package
- Payload
- PayloadLocal
- PayloadPublic
- PublicV2
- PublicV3
- PublicV4
- SymmetricSubkeys
- SymmetricSubkeysV3
- SymmetricSubkeysV4
- Token
Extensions
- NonceSecretBox on SecretBox
Functions
-
decodePasetoBase64(
String rawBase64) → Uint8List - Decodes an unpadded base64 string.
-
encodePasetoBase64(
List< int> bytes) → String - Encodes base64 and strips the padding.
-
padPasetoBase64(
String rawBase64) → String - Pads a base64 encoding with underscores.