Skip to content

InputSerialisedAuth

[Source]

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.

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