@acl-identity/types
v0.1.6
Published
TypeScript types for the ACL Identity SDK
Readme
@acl-identity/types
Shared TypeScript types for the ACL Identity SDK. This package is a peer dependency of @acl-identity/core, @acl-identity/browser, @acl-identity/react, and @acl-identity/admin.
Installation
npm install @acl-identity/types
# or
pnpm add @acl-identity/typesUsage
import type {
UserClaims,
OrgContext,
AuthTokens,
UserProfile,
AuditLogEntry,
} from '@acl-identity/types';Type categories
| Module | Contents |
|---|---|
| auth | AuthTokens, PKCEAuthParams, LogoutOptions, WebAuthnAuthenticationOptions |
| user | UserClaims, UserProfile, PasskeyEntry, SessionSummary, MfaStatus |
| common | OrgContext, PaginatedResult, ProfileUpdateInput, PasswordChangeInput |
| admin | AdminUser, AdminSession, OAuthClient, Tenant, IdentityProvider |
| rbac | Role, Permission, RoleAssignment |
| developer | DeveloperApp, DeveloperSecret |
| errors | ApiErrorBody, ApiErrorCode |
License
MIT
