CRM_OAuth_DAO_OAuthClient
extends CRM_OAuth_DAO_Base
in package
DAOs provide an OOP-style facade for reading and writing database records.
DAOs are a primary source for metadata in older versions of CiviCRM (<5.74) and are required for some subsystems (such as APIv3).
This stub provides compatibility. It is not intended to be modified in a substantive way. Property annotations may be added, but are not required.
Table of Contents
Properties
- $_tableName : string
- Required by older versions of CiviCRM (<5.74).
- $created_date : string
- $guid : string
- $id : string
- $is_active : bool|string
- $modified_date : string
- $options : string
- $provider : string
- $secret : string
- $tenant : string
Properties
$_tableName
Required by older versions of CiviCRM (<5.74).
public
static string
$_tableName
= 'civicrm_oauth_client'
$created_date
public
string
$created_date
$guid
public
string
$guid
$id
public
string
$id
$is_active
public
bool|string
$is_active
$modified_date
public
string
$modified_date
$options
public
string
$options
$provider
public
string
$provider
$secret
public
string
$secret
$tenant
public
string
$tenant