@genesislcap/foundation-user 14.137.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. package/README.md +43 -0
  2. package/dist/dts/config.d.ts +53 -0
  3. package/dist/dts/config.d.ts.map +1 -0
  4. package/dist/dts/index.d.ts +5 -0
  5. package/dist/dts/index.d.ts.map +1 -0
  6. package/dist/dts/index.federated.d.ts +1 -0
  7. package/dist/dts/index.federated.d.ts.map +1 -0
  8. package/dist/dts/logger.d.ts +5 -0
  9. package/dist/dts/logger.d.ts.map +1 -0
  10. package/dist/dts/tsdoc-metadata.json +11 -0
  11. package/dist/dts/types.d.ts +134 -0
  12. package/dist/dts/types.d.ts.map +1 -0
  13. package/dist/dts/user.d.ts +167 -0
  14. package/dist/dts/user.d.ts.map +1 -0
  15. package/dist/esm/config.js +57 -0
  16. package/dist/esm/index.federated.js +1 -0
  17. package/dist/esm/index.js +4 -0
  18. package/dist/esm/logger.js +5 -0
  19. package/dist/esm/types.js +5 -0
  20. package/dist/esm/user.js +182 -0
  21. package/dist/foundation-user.api.json +3350 -0
  22. package/dist/foundation-user.d.ts +374 -0
  23. package/docs/.gitattributes +2 -0
  24. package/docs/api/foundation-user.defaultuser.actionhistory.md +13 -0
  25. package/docs/api/foundation-user.defaultuser.addauthenticationchangelistener.md +22 -0
  26. package/docs/api/foundation-user.defaultuser.clearactions.md +17 -0
  27. package/docs/api/foundation-user.defaultuser.clearpaths.md +17 -0
  28. package/docs/api/foundation-user.defaultuser.cleartrackinghistory.md +16 -0
  29. package/docs/api/foundation-user.defaultuser.details.md +12 -0
  30. package/docs/api/foundation-user.defaultuser.haspermission.md +22 -0
  31. package/docs/api/foundation-user.defaultuser.hasprofile.md +22 -0
  32. package/docs/api/foundation-user.defaultuser.isadmin.md +16 -0
  33. package/docs/api/foundation-user.defaultuser.isanonymous.md +12 -0
  34. package/docs/api/foundation-user.defaultuser.isauthenticated.md +12 -0
  35. package/docs/api/foundation-user.defaultuser.isbanned.md +16 -0
  36. package/docs/api/foundation-user.defaultuser.lastaction.md +17 -0
  37. package/docs/api/foundation-user.defaultuser.lastpath.md +19 -0
  38. package/docs/api/foundation-user.defaultuser.md +51 -0
  39. package/docs/api/foundation-user.defaultuser.pathhistory.md +13 -0
  40. package/docs/api/foundation-user.defaultuser.permission.md +12 -0
  41. package/docs/api/foundation-user.defaultuser.profile.md +12 -0
  42. package/docs/api/foundation-user.defaultuser.rawproperties.md +18 -0
  43. package/docs/api/foundation-user.defaultuser.set.md +22 -0
  44. package/docs/api/foundation-user.defaultuser.sourceref.md +12 -0
  45. package/docs/api/foundation-user.defaultuser.trackaction.md +24 -0
  46. package/docs/api/foundation-user.defaultuser.trackpath.md +17 -0
  47. package/docs/api/foundation-user.defaultuser.unset.md +16 -0
  48. package/docs/api/foundation-user.defaultuser.userkvs.md +14 -0
  49. package/docs/api/foundation-user.defaultuser.username.md +12 -0
  50. package/docs/api/foundation-user.defaultuserconfig.md +13 -0
  51. package/docs/api/foundation-user.getuser.md +30 -0
  52. package/docs/api/foundation-user.logger.md +12 -0
  53. package/docs/api/foundation-user.md +47 -0
  54. package/docs/api/foundation-user.setuserproperties.details.md +11 -0
  55. package/docs/api/foundation-user.setuserproperties.md +26 -0
  56. package/docs/api/foundation-user.setuserproperties.permission.md +11 -0
  57. package/docs/api/foundation-user.setuserproperties.profile.md +11 -0
  58. package/docs/api/foundation-user.setuserproperties.sourceref.md +11 -0
  59. package/docs/api/foundation-user.setuserproperties.userkvs.md +11 -0
  60. package/docs/api/foundation-user.setuserproperties.username.md +11 -0
  61. package/docs/api/foundation-user.user.addauthenticationchangelistener.md +33 -0
  62. package/docs/api/foundation-user.user.cleartrackinghistory.md +15 -0
  63. package/docs/api/foundation-user.user.details.md +11 -0
  64. package/docs/api/foundation-user.user.haspermission.md +22 -0
  65. package/docs/api/foundation-user.user.hasprofile.md +22 -0
  66. package/docs/api/foundation-user.user.isadmin.md +15 -0
  67. package/docs/api/foundation-user.user.isanonymous.md +11 -0
  68. package/docs/api/foundation-user.user.isauthenticated.md +11 -0
  69. package/docs/api/foundation-user.user.isbanned.md +15 -0
  70. package/docs/api/foundation-user.user.md +56 -0
  71. package/docs/api/foundation-user.user.permission.md +11 -0
  72. package/docs/api/foundation-user.user.profile.md +11 -0
  73. package/docs/api/foundation-user.user.rawproperties.md +18 -0
  74. package/docs/api/foundation-user.user.set.md +22 -0
  75. package/docs/api/foundation-user.user.sourceref.md +11 -0
  76. package/docs/api/foundation-user.user.unset.md +15 -0
  77. package/docs/api/foundation-user.user.userkvs.md +13 -0
  78. package/docs/api/foundation-user.user.username.md +11 -0
  79. package/docs/api/foundation-user.useractionhistory.actionhistory.md +13 -0
  80. package/docs/api/foundation-user.useractionhistory.clearactions.md +17 -0
  81. package/docs/api/foundation-user.useractionhistory.lastaction.md +17 -0
  82. package/docs/api/foundation-user.useractionhistory.md +32 -0
  83. package/docs/api/foundation-user.useractionhistory.trackaction.md +24 -0
  84. package/docs/api/foundation-user.userauthenticationchangeevent.md +18 -0
  85. package/docs/api/foundation-user.userauthenticationchangetype.md +13 -0
  86. package/docs/api/foundation-user.userconfig.md +28 -0
  87. package/docs/api/foundation-user.userconfig.setuser.md +29 -0
  88. package/docs/api/foundation-user.userconfig.trackactionexclusions.md +15 -0
  89. package/docs/api/foundation-user.userconfig.trackpathexclusions.md +15 -0
  90. package/docs/api/foundation-user.userconfig.unsetuser.md +24 -0
  91. package/docs/api/foundation-user.userdetailsproductproperty.md +20 -0
  92. package/docs/api/foundation-user.userdetailsproductproperty.name.md +11 -0
  93. package/docs/api/foundation-user.userdetailsproductproperty.version.md +11 -0
  94. package/docs/api/foundation-user.userdetailsproperty.daystopasswordexpiry.md +11 -0
  95. package/docs/api/foundation-user.userdetailsproperty.failedloginattempts.md +11 -0
  96. package/docs/api/foundation-user.userdetailsproperty.heartbeatintervalsecs.md +11 -0
  97. package/docs/api/foundation-user.userdetailsproperty.lastlogindatetime.md +11 -0
  98. package/docs/api/foundation-user.userdetailsproperty.md +25 -0
  99. package/docs/api/foundation-user.userdetailsproperty.product.md +11 -0
  100. package/docs/api/foundation-user.userdetailsproperty.rejectedloginattempts.md +11 -0
  101. package/docs/api/foundation-user.userdetailsproperty.system.md +11 -0
  102. package/docs/api/foundation-user.userdetailssystemproperty.date.md +11 -0
  103. package/docs/api/foundation-user.userdetailssystemproperty.md +19 -0
  104. package/docs/api/foundation-user.userkvsproperty.md +12 -0
  105. package/docs/api/foundation-user.userpathhistory.clearpaths.md +17 -0
  106. package/docs/api/foundation-user.userpathhistory.lastpath.md +19 -0
  107. package/docs/api/foundation-user.userpathhistory.md +32 -0
  108. package/docs/api/foundation-user.userpathhistory.pathhistory.md +13 -0
  109. package/docs/api/foundation-user.userpathhistory.trackpath.md +17 -0
  110. package/docs/api/foundation-user.userqueueproperties.md +22 -0
  111. package/docs/api/foundation-user.userqueueproperties.updatequeue.md +11 -0
  112. package/docs/api/foundation-user.userqueueproperties.zeromqproxyinboundport.md +11 -0
  113. package/docs/api/foundation-user.userqueueproperties.zeromqproxymodeenabled.md +11 -0
  114. package/docs/api/foundation-user.userqueueproperties.zeromqproxyoutboundport.md +11 -0
  115. package/docs/api/index.md +12 -0
  116. package/docs/api-report.md +277 -0
  117. package/license.txt +46 -0
  118. package/package.json +48 -0
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [User](./foundation-user.user.md) &gt; [rawProperties](./foundation-user.user.rawproperties.md)
4
+
5
+ ## User.rawProperties property
6
+
7
+ A structuredClone of the raw unmanaged properties used to set the user.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ readonly rawProperties: Partial<SetUserProperties>;
13
+ ```
14
+
15
+ ## Remarks
16
+
17
+ This offers developers an escape hatch to the raw properties. If you feel there's a gap in the User interface based on your application requirements, please raise a request for such properties to be moved onto the interface.
18
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [User](./foundation-user.user.md) &gt; [set](./foundation-user.user.set.md)
4
+
5
+ ## User.set() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ set(properties: Partial<SetUserProperties>): User;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | properties | Partial&lt;[SetUserProperties](./foundation-user.setuserproperties.md)<!-- -->&gt; | The UserProperties used to populate the User. |
18
+
19
+ **Returns:**
20
+
21
+ [User](./foundation-user.user.md)
22
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [User](./foundation-user.user.md) &gt; [sourceRef](./foundation-user.user.sourceref.md)
4
+
5
+ ## User.sourceRef property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly sourceRef: string;
11
+ ```
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [User](./foundation-user.user.md) &gt; [unset](./foundation-user.user.unset.md)
4
+
5
+ ## User.unset() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ unset(): User;
11
+ ```
12
+ **Returns:**
13
+
14
+ [User](./foundation-user.user.md)
15
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [User](./foundation-user.user.md) &gt; [userKVs](./foundation-user.user.userkvs.md)
4
+
5
+ ## User.userKVs property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly userKVs: {
11
+ [key: string]: any;
12
+ };
13
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [User](./foundation-user.user.md) &gt; [userName](./foundation-user.user.username.md)
4
+
5
+ ## User.userName property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly userName: string;
11
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserActionHistory](./foundation-user.useractionhistory.md) &gt; [actionHistory](./foundation-user.useractionhistory.actionhistory.md)
4
+
5
+ ## UserActionHistory.actionHistory property
6
+
7
+ Array of actions that have been tracked.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ readonly actionHistory: unknown[];
13
+ ```
@@ -0,0 +1,17 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserActionHistory](./foundation-user.useractionhistory.md) &gt; [clearActions](./foundation-user.useractionhistory.clearactions.md)
4
+
5
+ ## UserActionHistory.clearActions() method
6
+
7
+ Clears action history.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ clearActions(): void;
13
+ ```
14
+ **Returns:**
15
+
16
+ void
17
+
@@ -0,0 +1,17 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserActionHistory](./foundation-user.useractionhistory.md) &gt; [lastAction](./foundation-user.useractionhistory.lastaction.md)
4
+
5
+ ## UserActionHistory.lastAction() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ lastAction(): unknown;
11
+ ```
12
+ **Returns:**
13
+
14
+ unknown
15
+
16
+ The last stored action.
17
+
@@ -0,0 +1,32 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserActionHistory](./foundation-user.useractionhistory.md)
4
+
5
+ ## UserActionHistory interface
6
+
7
+ UserActionHistory.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface UserActionHistory
13
+ ```
14
+
15
+ ## Remarks
16
+
17
+ APIs to track a user's action history.
18
+
19
+ ## Properties
20
+
21
+ | Property | Modifiers | Type | Description |
22
+ | --- | --- | --- | --- |
23
+ | [actionHistory](./foundation-user.useractionhistory.actionhistory.md) | <code>readonly</code> | unknown\[\] | Array of actions that have been tracked. |
24
+
25
+ ## Methods
26
+
27
+ | Method | Description |
28
+ | --- | --- |
29
+ | [clearActions()](./foundation-user.useractionhistory.clearactions.md) | Clears action history. |
30
+ | [lastAction()](./foundation-user.useractionhistory.lastaction.md) | |
31
+ | [trackAction(details)](./foundation-user.useractionhistory.trackaction.md) | Track an action. |
32
+
@@ -0,0 +1,24 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserActionHistory](./foundation-user.useractionhistory.md) &gt; [trackAction](./foundation-user.useractionhistory.trackaction.md)
4
+
5
+ ## UserActionHistory.trackAction() method
6
+
7
+ Track an action.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ trackAction<TDetails = unknown>(details: TDetails): void;
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ | Parameter | Type | Description |
18
+ | --- | --- | --- |
19
+ | details | TDetails | |
20
+
21
+ **Returns:**
22
+
23
+ void
24
+
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserAuthenticationChangeEvent](./foundation-user.userauthenticationchangeevent.md)
4
+
5
+ ## UserAuthenticationChangeEvent type
6
+
7
+ UserAuthenticationChangeEvent.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export type UserAuthenticationChangeEvent = CustomEvent<boolean>;
13
+ ```
14
+
15
+ ## Remarks
16
+
17
+ Detail will either be `true` or `false` to indicate authentication status.
18
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserAuthenticationChangeType](./foundation-user.userauthenticationchangetype.md)
4
+
5
+ ## UserAuthenticationChangeType variable
6
+
7
+ UserAuthenticationChangeType.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ UserAuthenticationChangeType = "user-authentication-change"
13
+ ```
@@ -0,0 +1,28 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserConfig](./foundation-user.userconfig.md)
4
+
5
+ ## UserConfig interface
6
+
7
+ UserConfig DI interface.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface UserConfig
13
+ ```
14
+
15
+ ## Properties
16
+
17
+ | Property | Modifiers | Type | Description |
18
+ | --- | --- | --- | --- |
19
+ | [trackActionExclusions](./foundation-user.userconfig.trackactionexclusions.md) | | unknown\[\] | <p>Exclude certain actions from tracking.</p><p>See [UserPathHistory](./foundation-user.userpathhistory.md)</p> |
20
+ | [trackPathExclusions](./foundation-user.userconfig.trackpathexclusions.md) | | string\[\] | <p>Exclude certain paths from tracking.</p><p>See [UserActionHistory](./foundation-user.useractionhistory.md)</p> |
21
+
22
+ ## Methods
23
+
24
+ | Method | Description |
25
+ | --- | --- |
26
+ | [setUser(user, properties)](./foundation-user.userconfig.setuser.md) | User property setter. |
27
+ | [unsetUser(user)](./foundation-user.userconfig.unsetuser.md) | User property un-setter. |
28
+
@@ -0,0 +1,29 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserConfig](./foundation-user.userconfig.md) &gt; [setUser](./foundation-user.userconfig.setuser.md)
4
+
5
+ ## UserConfig.setUser() method
6
+
7
+ User property setter.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ setUser(user: WriteableUser, properties: Partial<SetUserProperties>): User;
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ | Parameter | Type | Description |
18
+ | --- | --- | --- |
19
+ | user | WriteableUser | |
20
+ | properties | Partial&lt;[SetUserProperties](./foundation-user.setuserproperties.md)<!-- -->&gt; | |
21
+
22
+ **Returns:**
23
+
24
+ [User](./foundation-user.user.md)
25
+
26
+ ## Remarks
27
+
28
+ The user is typically set from the result of a LoginAck.
29
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserConfig](./foundation-user.userconfig.md) &gt; [trackActionExclusions](./foundation-user.userconfig.trackactionexclusions.md)
4
+
5
+ ## UserConfig.trackActionExclusions property
6
+
7
+ Exclude certain actions from tracking.
8
+
9
+ See [UserPathHistory](./foundation-user.userpathhistory.md)
10
+
11
+ **Signature:**
12
+
13
+ ```typescript
14
+ trackActionExclusions: unknown[];
15
+ ```
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserConfig](./foundation-user.userconfig.md) &gt; [trackPathExclusions](./foundation-user.userconfig.trackpathexclusions.md)
4
+
5
+ ## UserConfig.trackPathExclusions property
6
+
7
+ Exclude certain paths from tracking.
8
+
9
+ See [UserActionHistory](./foundation-user.useractionhistory.md)
10
+
11
+ **Signature:**
12
+
13
+ ```typescript
14
+ trackPathExclusions: string[];
15
+ ```
@@ -0,0 +1,24 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserConfig](./foundation-user.userconfig.md) &gt; [unsetUser](./foundation-user.userconfig.unsetuser.md)
4
+
5
+ ## UserConfig.unsetUser() method
6
+
7
+ User property un-setter.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ unsetUser(user: WriteableUser): User;
13
+ ```
14
+
15
+ ## Parameters
16
+
17
+ | Parameter | Type | Description |
18
+ | --- | --- | --- |
19
+ | user | WriteableUser | |
20
+
21
+ **Returns:**
22
+
23
+ [User](./foundation-user.user.md)
24
+
@@ -0,0 +1,20 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProductProperty](./foundation-user.userdetailsproductproperty.md)
4
+
5
+ ## UserDetailsProductProperty interface
6
+
7
+
8
+ **Signature:**
9
+
10
+ ```typescript
11
+ export interface UserDetailsProductProperty
12
+ ```
13
+
14
+ ## Properties
15
+
16
+ | Property | Modifiers | Type | Description |
17
+ | --- | --- | --- | --- |
18
+ | [name](./foundation-user.userdetailsproductproperty.name.md) | <code>readonly</code> | string | |
19
+ | [version](./foundation-user.userdetailsproductproperty.version.md) | <code>readonly</code> | string | |
20
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProductProperty](./foundation-user.userdetailsproductproperty.md) &gt; [name](./foundation-user.userdetailsproductproperty.name.md)
4
+
5
+ ## UserDetailsProductProperty.name property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly name: string;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProductProperty](./foundation-user.userdetailsproductproperty.md) &gt; [version](./foundation-user.userdetailsproductproperty.version.md)
4
+
5
+ ## UserDetailsProductProperty.version property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly version: string;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md) &gt; [daysToPasswordExpiry](./foundation-user.userdetailsproperty.daystopasswordexpiry.md)
4
+
5
+ ## UserDetailsProperty.daysToPasswordExpiry property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly daysToPasswordExpiry: number;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md) &gt; [failedLoginAttempts](./foundation-user.userdetailsproperty.failedloginattempts.md)
4
+
5
+ ## UserDetailsProperty.failedLoginAttempts property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly failedLoginAttempts: number;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md) &gt; [heartbeatIntervalSecs](./foundation-user.userdetailsproperty.heartbeatintervalsecs.md)
4
+
5
+ ## UserDetailsProperty.heartbeatIntervalSecs property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly heartbeatIntervalSecs: number;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md) &gt; [lastLoginDatetime](./foundation-user.userdetailsproperty.lastlogindatetime.md)
4
+
5
+ ## UserDetailsProperty.lastLoginDatetime property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly lastLoginDatetime: number;
11
+ ```
@@ -0,0 +1,25 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md)
4
+
5
+ ## UserDetailsProperty interface
6
+
7
+
8
+ **Signature:**
9
+
10
+ ```typescript
11
+ export interface UserDetailsProperty
12
+ ```
13
+
14
+ ## Properties
15
+
16
+ | Property | Modifiers | Type | Description |
17
+ | --- | --- | --- | --- |
18
+ | [daysToPasswordExpiry](./foundation-user.userdetailsproperty.daystopasswordexpiry.md) | <code>readonly</code> | number | |
19
+ | [failedLoginAttempts](./foundation-user.userdetailsproperty.failedloginattempts.md) | <code>readonly</code> | number | |
20
+ | [heartbeatIntervalSecs](./foundation-user.userdetailsproperty.heartbeatintervalsecs.md) | <code>readonly</code> | number | |
21
+ | [lastLoginDatetime](./foundation-user.userdetailsproperty.lastlogindatetime.md) | <code>readonly</code> | number | |
22
+ | [product](./foundation-user.userdetailsproperty.product.md) | <code>readonly</code> | [UserDetailsProductProperty](./foundation-user.userdetailsproductproperty.md)<!-- -->\[\] | |
23
+ | [rejectedLoginAttempts](./foundation-user.userdetailsproperty.rejectedloginattempts.md) | <code>readonly</code> | number | |
24
+ | [system](./foundation-user.userdetailsproperty.system.md) | <code>readonly</code> | [UserDetailsSystemProperty](./foundation-user.userdetailssystemproperty.md) | |
25
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md) &gt; [product](./foundation-user.userdetailsproperty.product.md)
4
+
5
+ ## UserDetailsProperty.product property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly product: UserDetailsProductProperty[];
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md) &gt; [rejectedLoginAttempts](./foundation-user.userdetailsproperty.rejectedloginattempts.md)
4
+
5
+ ## UserDetailsProperty.rejectedLoginAttempts property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly rejectedLoginAttempts: number;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsProperty](./foundation-user.userdetailsproperty.md) &gt; [system](./foundation-user.userdetailsproperty.system.md)
4
+
5
+ ## UserDetailsProperty.system property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly system: UserDetailsSystemProperty;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsSystemProperty](./foundation-user.userdetailssystemproperty.md) &gt; [date](./foundation-user.userdetailssystemproperty.date.md)
4
+
5
+ ## UserDetailsSystemProperty.date property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly date: string;
11
+ ```
@@ -0,0 +1,19 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserDetailsSystemProperty](./foundation-user.userdetailssystemproperty.md)
4
+
5
+ ## UserDetailsSystemProperty interface
6
+
7
+
8
+ **Signature:**
9
+
10
+ ```typescript
11
+ export interface UserDetailsSystemProperty
12
+ ```
13
+
14
+ ## Properties
15
+
16
+ | Property | Modifiers | Type | Description |
17
+ | --- | --- | --- | --- |
18
+ | [date](./foundation-user.userdetailssystemproperty.date.md) | <code>readonly</code> | string | |
19
+
@@ -0,0 +1,12 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserKVsProperty](./foundation-user.userkvsproperty.md)
4
+
5
+ ## UserKVsProperty interface
6
+
7
+
8
+ **Signature:**
9
+
10
+ ```typescript
11
+ export interface UserKVsProperty
12
+ ```
@@ -0,0 +1,17 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserPathHistory](./foundation-user.userpathhistory.md) &gt; [clearPaths](./foundation-user.userpathhistory.clearpaths.md)
4
+
5
+ ## UserPathHistory.clearPaths() method
6
+
7
+ Clears path history.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ clearPaths(): void;
13
+ ```
14
+ **Returns:**
15
+
16
+ void
17
+
@@ -0,0 +1,19 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserPathHistory](./foundation-user.userpathhistory.md) &gt; [lastPath](./foundation-user.userpathhistory.lastpath.md)
4
+
5
+ ## UserPathHistory.lastPath() method
6
+
7
+ May be used to return to a target path after authentication.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ lastPath(): string | undefined;
13
+ ```
14
+ **Returns:**
15
+
16
+ string \| undefined
17
+
18
+ The last stored path.
19
+
@@ -0,0 +1,32 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserPathHistory](./foundation-user.userpathhistory.md)
4
+
5
+ ## UserPathHistory interface
6
+
7
+ UserPathHistory.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export interface UserPathHistory
13
+ ```
14
+
15
+ ## Remarks
16
+
17
+ APIs to track a user's path history. Includes the pathname, search and hash only. This is not intended proxy or replace the History API.
18
+
19
+ ## Properties
20
+
21
+ | Property | Modifiers | Type | Description |
22
+ | --- | --- | --- | --- |
23
+ | [pathHistory](./foundation-user.userpathhistory.pathhistory.md) | <code>readonly</code> | string\[\] | Array of paths that have been tracked. |
24
+
25
+ ## Methods
26
+
27
+ | Method | Description |
28
+ | --- | --- |
29
+ | [clearPaths()](./foundation-user.userpathhistory.clearpaths.md) | Clears path history. |
30
+ | [lastPath()](./foundation-user.userpathhistory.lastpath.md) | May be used to return to a target path after authentication. |
31
+ | [trackPath()](./foundation-user.userpathhistory.trackpath.md) | Track current path. |
32
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-user](./foundation-user.md) &gt; [UserPathHistory](./foundation-user.userpathhistory.md) &gt; [pathHistory](./foundation-user.userpathhistory.pathhistory.md)
4
+
5
+ ## UserPathHistory.pathHistory property
6
+
7
+ Array of paths that have been tracked.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ readonly pathHistory: string[];
13
+ ```