@igxjs/node-components 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -56,6 +56,12 @@ export interface SessionUser {
|
|
|
56
56
|
|
|
57
57
|
// Session Manager
|
|
58
58
|
export class SessionManager {
|
|
59
|
+
/**
|
|
60
|
+
* Constructor
|
|
61
|
+
* @param config - Session configuration
|
|
62
|
+
*/
|
|
63
|
+
constructor(config: SessionConfig);
|
|
64
|
+
|
|
59
65
|
/**
|
|
60
66
|
* Check if the email has a session refresh lock
|
|
61
67
|
* @param email Email address
|