class CookieValue (View source)

Properties

private int $userID

The user ID.

private string $authenticationTypeHandle

The handle of the authentication type.

private string $token

The unique token identifier.

Methods

__construct(int $userID, string $authenticationTypeHandle, string $token)

No description

int
getUserID()

Get the user ID.

string
getAuthenticationTypeHandle()

Get the handle of the authentication type.

string
getToken()

Get the unique token identifier.

Details

__construct(int $userID, string $authenticationTypeHandle, string $token)

No description

Parameters

int $userID

The user ID

string $authenticationTypeHandle

the authentication type handle

string $token

the unique token identifier

int getUserID()

Get the user ID.

Return Value

int

string getAuthenticationTypeHandle()

Get the handle of the authentication type.

Return Value

string

string getToken()

Get the unique token identifier.

Return Value

string