W3cubDocs

/Pony

InputSerialisedAuth

[Source]

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

[Source]

new val create(
  auth: AmbientAuth val)
: InputSerialisedAuth val^

Parameters

Returns

Public Functions

eq

[Source]

fun box eq(
  that: InputSerialisedAuth val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: InputSerialisedAuth val)
: Bool val

Parameters

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/serialise-InputSerialisedAuth