CookieValue
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
int
getUserID()
Get the user ID.
string
getAuthenticationTypeHandle()
Get the handle of the authentication type.
string
getToken()
Get the unique token identifier.