Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Library
      • Tracking
    • Exceptions
    • Services
    • Util
    • WebHooks

Classes

  • CtctOAuth2
  • SessionDataStore

Interfaces

  • CtctDataStore
  • Overview
  • Namespace
  • Class

Interface CtctDataStore

Interface containing the necessary functionality to manage an OAuth2 data store

Direct known implementers

Ctct\Auth\SessionDataStore
Namespace: Ctct\Auth
Package: Auth
Author: Constant Contact
Located at Auth/CtctDataStore.php
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
  • additional parameters
public
# getUser( $id )

Get an existing user from the data store

Get an existing user from the data store

Parameters

$id
unique identifier
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
  • additional parameters
public
# deleteUser( $id )

Delete an existing user from the data store

Delete an existing user from the data store

Parameters

$id
unique identifier
API documentation generated by ApiGen