SubjectStability
const SubjectStability: object;Defined in: src/identity.ts:61
Lifetime over which a peer subject key remains stable.
Type Declaration
Section titled “Type Declaration”readonly LOGIN: "login" = "login";Stable only for the current login.
readonly NONE: "none" = "none";No stable subject key is available.
STABLE
Section titled “STABLE”readonly STABLE: "stable" = "stable";Stable across logins and sessions.
