@override Uint8List decodeSig(String encoded) { return Uint8List.fromList(base64Url.decode(base64Url.normalize(encoded))); }