Skip to content

Message

  • Full name: \Qubus\Http\Cookies\Validation\Message

Properties

nonce

public string $nonce

hmac

public string $hmac

value

public string $value

Methods

__construct

private __construct(string $nonce, string $hmac, string $value): mixed

Parameters:

Parameter Type Description
$nonce string
$hmac string
$value string

getNonce

public getNonce(): string

getHmac

public getHmac(): string

getValue

public getValue(): string

fromString

public static fromString(mixed $value): \Qubus\Http\Cookies\Validation\Message
  • This method is static.

Parameters:

Parameter Type Description
$value mixed


Automatically generated on 2025-10-13