Skip to content

MalformedSignedValue

[Source]

The signed cookie value is structurally invalid: it is missing the . separator between the value and signature, or the signature portion is empty or not valid Base64.

primitive val MalformedSignedValue

Constructors

create

[Source]

new val create()
: MalformedSignedValue val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns