InputSerialisedAuth
This is a capability token that allows the holder to treat data 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.
primitive val InputSerialisedAuth
Constructors
create
new val create( auth: AmbientAuth val) : InputSerialisedAuth val^
Parameters
- auth: AmbientAuth val
Returns
- InputSerialisedAuth val^
Public Functions
eq
fun box eq( that: InputSerialisedAuth val) : Bool val
Parameters
- that: InputSerialisedAuth val
Returns
- Bool val
ne
fun box ne( that: InputSerialisedAuth val) : Bool val
Parameters
- that: InputSerialisedAuth val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/serialise-InputSerialisedAuth