InputSerialisedAuth¶
This is a capability token that allows the holder to treat arbitrary bytes as serialised data. This is the most dangerous capability, as currently it is possible for a malformed chunk of data to crash your program if it is deserialised.
Constructors¶
create¶
Parameters¶
- auth: AmbientAuth val
Returns¶
- InputSerialisedAuth val^
Public Functions¶
eq¶
Parameters¶
- that: InputSerialisedAuth val
Returns¶
- Bool val
ne¶
Parameters¶
- that: InputSerialisedAuth val
Returns¶
- Bool val