CRClient
This class contains information about the client that requested a particular resource
Contstructor
- __construct($config, $clientId, $clientRole, $accessToken)
-
Parameters
- $config
- CRConfig object, required
- Configuration parameters and methods
- clientid
- String, required
- Identifies the sender client
- clientRole
- String, required
- The role of the sender client ("controller" or "responder")
- accessToken
- String, required
- A string containing the accessToken used to identify the requesting user and determine access rights
Properties
- $config
- CRConfig object, protected
- Configuration parameters and methods
- $clientid
- String, protected
- Identifies the sender client
- $clientRole
- String, protected
- The role of the sender client ("controller" or "responder")
- $accessToken
- String, protected
- A string containing the accessToken used to identify the requesting user and determine access rights
- $partnerClientRole
- String, protected
- The client is only allowed to comminucate with clients with this this clientRole