Interface CtctDataStore
Interface containing the necessary functionality to manage an OAuth2 data store
Methods summary
public
|
#
addUser( $id, array $params )
Add a new user to the data store
Add a new user to the data store
Parameters
- $id
- unique identifier
- $params
|
public
|
#
getUser( $id )
Get an existing user from the data store
Get an existing user from the data store
Parameters
|
public
|
#
updateUser( $id, array $params )
Update an existing user in the data store
Update an existing user in the data store
Parameters
- $id
- unique identifier
- $params
|
public
|
#
deleteUser( $id )
Delete an existing user from the data store
Delete an existing user from the data store
Parameters
|