MCPcopy Create free account
hub / github.com/loopbackio/loopback-next /

Class

packages/security/src/types.ts:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 * Default implementation of `Subject`
158 */
159export class DefaultSubject implements Subject {
160 readonly principals = new Set<TypedPrincipal>();
161 readonly authorities = new Set<Permission>();
162 readonly credentials = new Set<Credential>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected