dev/core#2141 - Schema - Add OAuthClient and OAuthSysToken
[civicrm-core.git] / ext / oauth-client / xml / schema / CRM / OAuth / OAuthSysToken.entityType.php
1 <?php
2 // This file declares a new entity type. For more details, see "hook_civicrm_entityTypes" at:
3 // https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_entityTypes
4 return [
5 [
6 'name' => 'OAuthSysToken',
7 'class' => 'CRM_OAuth_DAO_OAuthSysToken',
8 'table' => 'civicrm_oauth_systoken',
9 ],
10 ];