PHPDoc for OAuthSessionToken class
authorhighfalutin <highfalutin@users.noreply.github.com>
Fri, 22 Sep 2023 01:41:52 +0000 (18:41 -0700)
committerNoah Miller <nm@lemnisc.us>
Fri, 22 Sep 2023 04:01:38 +0000 (00:01 -0400)
Co-authored-by: colemanw <coleman@civicrm.org>
ext/oauth-client/Civi/Api4/OAuthSessionToken.php

index 198e3bf4a9c2346d0a4e46dd47b89a7c5a976e37..a86890d1c6e8129ff958770cad94d3002bc45aaf 100644 (file)
@@ -5,6 +5,16 @@ namespace Civi\Api4;
 use Civi\Api4\Generic\AbstractAction;
 use Civi\Api4\Generic\Result;
 
+/**
+ * OAuth Access Tokens.
+ *
+ * @see https://docs.civicrm.org/dev/en/latest/framework/oauth/#model-token
+ *
+ * @primaryKey cardinal
+ * @searchable none
+ * @since 5.67
+ * @package Civi\Api4
+ */
 class OAuthSessionToken extends Generic\AbstractEntity {
 
   const ENTITY = 'OAuthSessionToken';