dev/core#2141 - Schema - Add OAuthClient and OAuthSysToken
authorTim Otten <totten@civicrm.org>
Fri, 23 Oct 2020 05:46:03 +0000 (22:46 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 3 Nov 2020 12:32:48 +0000 (04:32 -0800)
commitc145023afdc2852ff703b61b6eae429c94ca7ed4
treef5b7d56ea51426bc148f1860fe61d2d4b1464b27
parent2752428e24c10fcac9e0591f3f9230b5eb9498ed
dev/core#2141 - Schema - Add OAuthClient and OAuthSysToken

Depends on OAuthProvider and permissions ('manage OAuth client' and 'manage OAuth client secrets')
ext/oauth-client/CRM/OAuth/BAO/OAuthClient.php [new file with mode: 0644]
ext/oauth-client/CRM/OAuth/BAO/OAuthSysToken.php [new file with mode: 0644]
ext/oauth-client/CRM/OAuth/DAO/OAuthClient.php [new file with mode: 0644]
ext/oauth-client/CRM/OAuth/DAO/OAuthSysToken.php [new file with mode: 0644]
ext/oauth-client/oauth_client.civix.php
ext/oauth-client/sql/auto_install.sql [new file with mode: 0644]
ext/oauth-client/sql/auto_uninstall.sql [new file with mode: 0644]
ext/oauth-client/xml/schema/CRM/OAuth/OAuthClient.entityType.php [new file with mode: 0644]
ext/oauth-client/xml/schema/CRM/OAuth/OAuthClient.xml [new file with mode: 0644]
ext/oauth-client/xml/schema/CRM/OAuth/OAuthSysToken.entityType.php [new file with mode: 0644]
ext/oauth-client/xml/schema/CRM/OAuth/OAuthSysToken.xml [new file with mode: 0644]