generate references (#7882)

This commit is contained in:
Shahed Nasser
2024-07-01 16:02:36 +03:00
committed by GitHub
parent b9036eca1a
commit dd864da4e0
2424 changed files with 106679 additions and 116201 deletions

View File

@@ -15,9 +15,9 @@ The main service interface for the Auth Module.
- [authenticate](../../IAuthModuleService/methods/auth.IAuthModuleService.authenticate/page.mdx)
- [validateCallback](../../IAuthModuleService/methods/auth.IAuthModuleService.validateCallback/page.mdx)
- [retrieve](../../IAuthModuleService/methods/auth.IAuthModuleService.retrieve/page.mdx)
- [list](../../IAuthModuleService/methods/auth.IAuthModuleService.list/page.mdx)
- [listAndCount](../../IAuthModuleService/methods/auth.IAuthModuleService.listAndCount/page.mdx)
- [create](../../IAuthModuleService/methods/auth.IAuthModuleService.create/page.mdx)
- [update](../../IAuthModuleService/methods/auth.IAuthModuleService.update/page.mdx)
- [delete](../../IAuthModuleService/methods/auth.IAuthModuleService.delete/page.mdx)
- [retrieveAuthIdentity](../../IAuthModuleService/methods/auth.IAuthModuleService.retrieveAuthIdentity/page.mdx)
- [listAuthIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.listAuthIdentities/page.mdx)
- [listAndCountAuthIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.listAndCountAuthIdentities/page.mdx)
- [createAuthIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.createAuthIdentities/page.mdx)
- [updateAuthIdentites](../../IAuthModuleService/methods/auth.IAuthModuleService.updateAuthIdentites/page.mdx)
- [deleteAuthIdentities](../../IAuthModuleService/methods/auth.IAuthModuleService.deleteAuthIdentities/page.mdx)