UNPKG

moleculer-iam

Version:

Centralized IAM module for moleculer. Including a certified OIDC provider and an Identity provider for user profile, credentials, and custom claims management. Custom claims could be defined/updated by declarative schema which contains claims validation a

11 lines (10 loc) 590 B
import { RDBMSManager } from "../../../lib/rdbms"; export declare function defineAdapterModels(manager: RDBMSManager): Promise<{ IdentityClaimsSchema: import("../../../lib/rdbms").ModelClass; IdentityMetadata: import("../../../lib/rdbms").ModelClass; IdentityClaims: import("../../../lib/rdbms").ModelClass; IdentityClaimsCache: import("../../../lib/rdbms").ModelClass; IdentityCache: import("../../../lib/rdbms").ModelClass; IdentityClaimsMigrationLock: import("../../../lib/rdbms").ModelClass; IdentityCredentials: import("../../../lib/rdbms").ModelClass; }>;