Table of Contents
Properties
-
$key
: mixed
Methods
-
__construct()
: mixed
-
decode()
: mixed
-
encode()
: mixed
-
get_auth_token()
: mixed
-
validate()
: mixed
__construct()
public
__construct(mixed $key) : mixed
Parameters
-
$key
: mixed
-
decode()
public
decode(mixed $token) : mixed
Parameters
-
$token
: mixed
-
encode()
public
encode(mixed $loginid) : mixed
Parameters
-
$loginid
: mixed
-
get_auth_token()
public
get_auth_token(mixed $authorization) : mixed
Parameters
-
$authorization
: mixed
-
validate()
public
validate(mixed $authorization) : mixed
Parameters
-
$authorization
: mixed
-