Class: EphemeralIdentityProvider
Makaio Framework / kernel / EphemeralIdentityProvider
Class: EphemeralIdentityProvider
Section titled “Class: EphemeralIdentityProvider”Defined in: ../../../packages/kernel/src/providers/ephemeral-identity.ts:7
Ephemeral identity provider — generates a new random UUID on each load. Used by framework users and containers that don’t persist machine identity.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new EphemeralIdentityProvider():
EphemeralIdentityProvider
Returns
Section titled “Returns”EphemeralIdentityProvider
Methods
Section titled “Methods”load()
Section titled “load()”load():
Promise<MachineIdentity>
Defined in: ../../../packages/kernel/src/providers/ephemeral-identity.ts:12
Generate a fresh random UUID as the machine identity.
Returns
Section titled “Returns”Promise<MachineIdentity>
A new ephemeral machine identity