# Functions
CreateAccess insert a new Access into database and returns last inserted Id on success.
CreateApp insert a new App into database and returns last inserted Id on success.
CreateAuthorize insert a new Authorize into database and returns last inserted Id on success.
CreateExpires insert a new Expires into database and returns last inserted Id on success.
No description provided by the author
DeleteAccessByAccessToken Delete的扩展方法,根据Cond删除一条或多条记录。如果有delete_time则软删除,否则硬删除。.
No description provided by the author
No description provided by the author
DeleteExpiresByToken Delete的扩展方法,根据Cond删除一条或多条记录。如果有delete_time则软删除,否则硬删除。.
DeleteRefreshByToken Delete的扩展方法,根据Cond删除一条或多条记录。如果有delete_time则软删除,否则硬删除。.
GetAccessByAccessToken Info的扩展方法,根据Cond查询单条记录.
GetAppInfoByClientId Info的扩展方法,根据Cond查询单条记录.
GetAuthorizeInfoByCode Info的扩展方法,根据Cond查询单条记录.
GetExpireInfoByToken 根据token获取expire信息.
GetRefreshInfoByToken Info的扩展方法,根据Cond查询单条记录.
No description provided by the author