@hichchi/ngx-auth 0.0.6 → 0.0.8

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/README.md CHANGED
@@ -213,7 +213,7 @@ Complete technical reference for all classes, interfaces, methods, and types in
213
213
 
214
214
  ### AuthFormComponent
215
215
 
216
- Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:97](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L97)
216
+ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:97](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L97)
217
217
 
218
218
  #### Constructors
219
219
 
@@ -223,7 +223,7 @@ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:9
223
223
  new AuthFormComponent(): AuthFormComponent;
224
224
  ```
225
225
 
226
- Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:146](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L146)
226
+ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:146](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L146)
227
227
 
228
228
  ###### Returns
229
229
 
@@ -237,7 +237,7 @@ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:1
237
237
  handleError(error): void;
238
238
  ```
239
239
 
240
- Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:318](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L318)
240
+ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:318](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L318)
241
241
 
242
242
  Handles authentication errors and updates component state
243
243
 
@@ -295,7 +295,7 @@ this.handleError(customError);
295
295
  handleGoogleSignIn(): Promise<void>;
296
296
  ```
297
297
 
298
- Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:183](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L183)
298
+ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:183](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L183)
299
299
 
300
300
  Handles Google OAuth sign-in authentication
301
301
 
@@ -322,7 +322,7 @@ await this.handleGoogleSignIn();
322
322
  handleLocalAuth(signInBody): void;
323
323
  ```
324
324
 
325
- Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:213](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L213)
325
+ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:213](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L213)
326
326
 
327
327
  Handles local authentication sign-in process
328
328
 
@@ -381,7 +381,7 @@ this.handleLocalAuth(signInData);
381
381
  handleSignUp(signUpBody): void;
382
382
  ```
383
383
 
384
- Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:248](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L248)
384
+ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:248](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L248)
385
385
 
386
386
  Handles user registration (sign-up) process
387
387
 
@@ -442,7 +442,7 @@ this.handleSignUp(signUpData);
442
442
  handleSubmit(e): void;
443
443
  ```
444
444
 
445
- Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:278](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L278)
445
+ Defined in: [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:278](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L278)
446
446
 
447
447
  Handles form submission for both sign-in and sign-up modes
448
448
 
@@ -524,7 +524,7 @@ Writable signal containing the current authentication field type (EMAIL or USERN
524
524
  </td>
525
525
  <td>
526
526
 
527
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:132](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L132)
527
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:132](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L132)
528
528
 
529
529
  </td>
530
530
  </tr>
@@ -546,7 +546,7 @@ Writable signal containing the display label for the authentication field
546
546
  </td>
547
547
  <td>
548
548
 
549
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:135](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L135)
549
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:135](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L135)
550
550
 
551
551
  </td>
552
552
  </tr>
@@ -568,7 +568,7 @@ Reactive form group for handling authentication form data
568
568
  </td>
569
569
  <td>
570
570
 
571
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:144](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L144)
571
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:144](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L144)
572
572
 
573
573
  </td>
574
574
  </tr>
@@ -580,7 +580,7 @@ Reactive form group for handling authentication form data
580
580
  </td>
581
581
  <td>
582
582
 
583
- `object` & `StateSource`<{ `accessToken`: `AccessToken` | `null`; `accessTokenExpiresOn`: `Date` | `null`; `data`: `object`; `refreshToken`: `RefreshToken` | `null`; `refreshTokenExpiresOn`: `Date` | `null`; `sessionId`: `string` | `null`; `signedIn`: `boolean`; `user`: `User`<`string`, `string`> | `null`; }>
583
+ `object` & `StateSource`<{ `accessToken`: `AccessToken` | `null`; `accessTokenExpiresOn`: `Date` | `null`; `data`: `object`; `refreshToken`: `RefreshToken` | `null`; `refreshTokenExpiresOn`: `Date` | `null`; `sessionId`: `string` | `null`; `signedIn`: `boolean`; `user`: `User`<`string`, `string`, `TenantSlug`> | `null`; }>
584
584
 
585
585
  </td>
586
586
  <td>
@@ -590,7 +590,7 @@ Injected AuthState service for managing authentication state
590
590
  </td>
591
591
  <td>
592
592
 
593
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:141](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L141)
593
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:141](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L141)
594
594
 
595
595
  </td>
596
596
  </tr>
@@ -612,7 +612,7 @@ Writable signal containing the current error object, if any
612
612
  </td>
613
613
  <td>
614
614
 
615
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:138](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L138)
615
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:138](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L138)
616
616
 
617
617
  </td>
618
618
  </tr>
@@ -634,7 +634,7 @@ Input signal to control whether Facebook authentication is enabled
634
634
  </td>
635
635
  <td>
636
636
 
637
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:111](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L111)
637
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:111](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L111)
638
638
 
639
639
  </td>
640
640
  </tr>
@@ -656,7 +656,7 @@ Input signal to control whether Google OAuth authentication is enabled
656
656
  </td>
657
657
  <td>
658
658
 
659
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:108](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L108)
659
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:108](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L108)
660
660
 
661
661
  </td>
662
662
  </tr>
@@ -678,7 +678,7 @@ Writable signal indicating whether an error state is currently active
678
678
  </td>
679
679
  <td>
680
680
 
681
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:129](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L129)
681
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:129](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L129)
682
682
 
683
683
  </td>
684
684
  </tr>
@@ -700,7 +700,7 @@ Writable signal indicating whether an authentication operation is in progress
700
700
  </td>
701
701
  <td>
702
702
 
703
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:123](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L123)
703
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:123](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L123)
704
704
 
705
705
  </td>
706
706
  </tr>
@@ -722,7 +722,7 @@ Writable signal indicating whether the form is in sign-up mode (true) or sign-in
722
722
  </td>
723
723
  <td>
724
724
 
725
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:126](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L126)
725
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:126](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L126)
726
726
 
727
727
  </td>
728
728
  </tr>
@@ -744,7 +744,7 @@ Input signal to control whether local authentication (username/email + password)
744
744
  </td>
745
745
  <td>
746
746
 
747
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:105](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L105)
747
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:105](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L105)
748
748
 
749
749
  </td>
750
750
  </tr>
@@ -766,7 +766,7 @@ Output emitter that fires when an authentication error occurs
766
766
  </td>
767
767
  <td>
768
768
 
769
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:114](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L114)
769
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:114](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L114)
770
770
 
771
771
  </td>
772
772
  </tr>
@@ -788,7 +788,7 @@ Output emitter that fires when a user successfully signs in
788
788
  </td>
789
789
  <td>
790
790
 
791
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:117](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L117)
791
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:117](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L117)
792
792
 
793
793
  </td>
794
794
  </tr>
@@ -800,7 +800,7 @@ Output emitter that fires when a user successfully signs in
800
800
  </td>
801
801
  <td>
802
802
 
803
- `OutputEmitterRef`<`User`<`string`, `string`>>
803
+ `OutputEmitterRef`<`User`<`string`, `string`, `TenantSlug`>>
804
804
 
805
805
  </td>
806
806
  <td>
@@ -810,7 +810,7 @@ Output emitter that fires when a user successfully signs up
810
810
  </td>
811
811
  <td>
812
812
 
813
- [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:120](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L120)
813
+ [libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts:120](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/components/auth-form/auth-form.component.ts#L120)
814
814
 
815
815
  </td>
816
816
  </tr>
@@ -821,7 +821,7 @@ Output emitter that fires when a user successfully signs up
821
821
 
822
822
  ### AuthService
823
823
 
824
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:72](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L72)
824
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:72](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L72)
825
825
 
826
826
  Angular authentication service for client-side authentication operations
827
827
 
@@ -885,7 +885,7 @@ export class LoginComponent {
885
885
  new AuthService(config): AuthService;
886
886
  ```
887
887
 
888
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:82](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L82)
888
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:82](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L82)
889
889
 
890
890
  Creates an instance of AuthService
891
891
 
@@ -945,7 +945,7 @@ CrudHttpService.constructor;
945
945
  delete<Res>(url, options?): Observable<Res>;
946
946
  ```
947
947
 
948
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:95](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L95)
948
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:95](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L95)
949
949
 
950
950
  ###### Type Parameters
951
951
 
@@ -1025,7 +1025,7 @@ CrudHttpService.delete;
1025
1025
  delete<Res>(url, options?): Promise<Res>;
1026
1026
  ```
1027
1027
 
1028
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:97](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L97)
1028
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:97](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L97)
1029
1029
 
1030
1030
  ###### Type Parameters
1031
1031
 
@@ -1107,7 +1107,7 @@ CrudHttpService.delete;
1107
1107
  get<Res>(url, options?): Observable<Res>;
1108
1108
  ```
1109
1109
 
1110
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:48](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L48)
1110
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:48](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L48)
1111
1111
 
1112
1112
  ###### Type Parameters
1113
1113
 
@@ -1187,7 +1187,7 @@ CrudHttpService.get;
1187
1187
  get<Res>(url, options?): Promise<Res>;
1188
1188
  ```
1189
1189
 
1190
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:50](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L50)
1190
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:50](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L50)
1191
1191
 
1192
1192
  ###### Type Parameters
1193
1193
 
@@ -1267,7 +1267,7 @@ CrudHttpService.get;
1267
1267
  getAuthResponse(accessToken, skipNotify?): Observable<AuthResponse>;
1268
1268
  ```
1269
1269
 
1270
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:265](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L265)
1270
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:265](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L265)
1271
1271
 
1272
1272
  Retrieves the complete authentication response using an access token
1273
1273
 
@@ -1364,7 +1364,7 @@ this.authService.getAuthResponse(accessToken).subscribe({
1364
1364
  googleSignIn(): Promise<AccessToken>;
1365
1365
  ```
1366
1366
 
1367
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:183](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L183)
1367
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:183](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L183)
1368
1368
 
1369
1369
  Initiates Google OAuth authentication using a popup window
1370
1370
 
@@ -1440,7 +1440,7 @@ patch<Res, B>(
1440
1440
  options?): Observable<Res>;
1441
1441
  ```
1442
1442
 
1443
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:83](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L83)
1443
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:83](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L83)
1444
1444
 
1445
1445
  ###### Type Parameters
1446
1446
 
@@ -1547,7 +1547,7 @@ patch<Res, B>(
1547
1547
  options?): Promise<Res>;
1548
1548
  ```
1549
1549
 
1550
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:85](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L85)
1550
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:85](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L85)
1551
1551
 
1552
1552
  ###### Type Parameters
1553
1553
 
@@ -1656,7 +1656,7 @@ post<Res, B>(
1656
1656
  options?): Observable<Res>;
1657
1657
  ```
1658
1658
 
1659
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:59](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L59)
1659
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:59](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L59)
1660
1660
 
1661
1661
  ###### Type Parameters
1662
1662
 
@@ -1763,7 +1763,7 @@ post<Res, B>(
1763
1763
  options?): Promise<Res>;
1764
1764
  ```
1765
1765
 
1766
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:61](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L61)
1766
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:61](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L61)
1767
1767
 
1768
1768
  ###### Type Parameters
1769
1769
 
@@ -1872,7 +1872,7 @@ put<Res, B>(
1872
1872
  options?): Observable<Res>;
1873
1873
  ```
1874
1874
 
1875
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:71](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L71)
1875
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:71](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L71)
1876
1876
 
1877
1877
  ###### Type Parameters
1878
1878
 
@@ -1979,7 +1979,7 @@ put<Res, B>(
1979
1979
  options?): Promise<Res>;
1980
1980
  ```
1981
1981
 
1982
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:73](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L73)
1982
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:73](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L73)
1983
1983
 
1984
1984
  ###### Type Parameters
1985
1985
 
@@ -2083,7 +2083,7 @@ CrudHttpService.put;
2083
2083
  refreshToken(refreshToken, skipNotify?): Observable<TokenResponse>;
2084
2084
  ```
2085
2085
 
2086
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:371](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L371)
2086
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:371](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L371)
2087
2087
 
2088
2088
  Refreshes an expired access token using a refresh token
2089
2089
 
@@ -2187,7 +2187,7 @@ protected request<Res, Body>(
2187
2187
  options?): Promise<Res> | Observable<Res>;
2188
2188
  ```
2189
2189
 
2190
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:23](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L23)
2190
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:23](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L23)
2191
2191
 
2192
2192
  ###### Type Parameters
2193
2193
 
@@ -2303,7 +2303,7 @@ CrudHttpService.request;
2303
2303
  signIn(dto, skipNotify?): Observable<AuthResponse>;
2304
2304
  ```
2305
2305
 
2306
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:118](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L118)
2306
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:118](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L118)
2307
2307
 
2308
2308
  Authenticates a user with email/username and password
2309
2309
 
@@ -2397,7 +2397,7 @@ this.authService
2397
2397
  signOut(skipNotify?): Observable<SuccessResponse | null>;
2398
2398
  ```
2399
2399
 
2400
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:439](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L439)
2400
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:439](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L439)
2401
2401
 
2402
2402
  Signs out the current user and invalidates their session
2403
2403
 
@@ -2493,10 +2493,10 @@ async signOut() {
2493
2493
  ##### signUp()
2494
2494
 
2495
2495
  ```ts
2496
- signUp(dto, skipNotify?): Observable<User<string, string>>;
2496
+ signUp(dto, skipNotify?): Observable<User<string, string, TenantSlug>>;
2497
2497
  ```
2498
2498
 
2499
- Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:325](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/services/auth.service.ts#L325)
2499
+ Defined in: [libs/ngx-auth/src/lib/services/auth.service.ts:325](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/services/auth.service.ts#L325)
2500
2500
 
2501
2501
  Registers a new user account
2502
2502
 
@@ -2558,7 +2558,7 @@ Optional flag to skip error notifications for this request
2558
2558
 
2559
2559
  ###### Returns
2560
2560
 
2561
- `Observable`<`User`<`string`, `string`>>
2561
+ `Observable`<`User`<`string`, `string`, `TenantSlug`>>
2562
2562
 
2563
2563
  Observable that emits the newly created user data
2564
2564
 
@@ -2599,7 +2599,7 @@ this.authService
2599
2599
  static parseQuery<T>(options?): HttpQuery<Model>;
2600
2600
  ```
2601
2601
 
2602
- Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:106](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L106)
2602
+ Defined in: [libs/ngx-utils/src/lib/services/crud-http.service.ts:106](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L106)
2603
2603
 
2604
2604
  ###### Type Parameters
2605
2605
 
@@ -2693,7 +2693,7 @@ CrudHttpService.http;
2693
2693
  </td>
2694
2694
  <td>
2695
2695
 
2696
- [libs/ngx-utils/src/lib/services/crud-http.service.ts:21](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-utils/src/lib/services/crud-http.service.ts#L21)
2696
+ [libs/ngx-utils/src/lib/services/crud-http.service.ts:21](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-utils/src/lib/services/crud-http.service.ts#L21)
2697
2697
 
2698
2698
  </td>
2699
2699
  </tr>
@@ -2704,7 +2704,7 @@ CrudHttpService.http;
2704
2704
 
2705
2705
  ### NgxHichchiAuthModule
2706
2706
 
2707
- Defined in: [libs/ngx-auth/src/lib/auth.module.ts:93](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/auth.module.ts#L93)
2707
+ Defined in: [libs/ngx-auth/src/lib/auth.module.ts:93](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/auth.module.ts#L93)
2708
2708
 
2709
2709
  Angular module for authentication functionality
2710
2710
 
@@ -2794,7 +2794,7 @@ new NgxHichchiAuthModule(): NgxHichchiAuthModule;
2794
2794
  static forRoot(config): ModuleWithProviders<NgxHichchiAuthModule>;
2795
2795
  ```
2796
2796
 
2797
- Defined in: [libs/ngx-auth/src/lib/auth.module.ts:136](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/auth.module.ts#L136)
2797
+ Defined in: [libs/ngx-auth/src/lib/auth.module.ts:135](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/auth.module.ts#L135)
2798
2798
 
2799
2799
  Configures the NgxHichchiAuthModule with the provided authentication configuration
2800
2800
 
@@ -2870,13 +2870,12 @@ NgxHichchiAuthModule.forRoot({
2870
2870
  - [AuthConfig](#authconfig) Interface defining the configuration structure
2871
2871
  - AUTH_CONFIG Injection token for the authentication configuration
2872
2872
  - [AuthService](#authservice) Service that uses the provided configuration
2873
- - TENANT_HEADER_KEY Constant used to attach tenant header to requests
2874
2873
 
2875
2874
  ---
2876
2875
 
2877
2876
  ### PermissionDirective
2878
2877
 
2879
- Defined in: [libs/ngx-auth/src/lib/directives/permission.directive.ts:67](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/directives/permission.directive.ts#L67)
2878
+ Defined in: [libs/ngx-auth/src/lib/directives/permission.directive.ts:67](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/directives/permission.directive.ts#L67)
2880
2879
 
2881
2880
  Angular structural directive for permission-based conditional rendering
2882
2881
 
@@ -2943,7 +2942,7 @@ export class UserListComponent {
2943
2942
  new PermissionDirective(): PermissionDirective;
2944
2943
  ```
2945
2944
 
2946
- Defined in: [libs/ngx-auth/src/lib/directives/permission.directive.ts:114](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/directives/permission.directive.ts#L114)
2945
+ Defined in: [libs/ngx-auth/src/lib/directives/permission.directive.ts:114](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/directives/permission.directive.ts#L114)
2947
2946
 
2948
2947
  Constructor that sets up the permission checking effect
2949
2948
 
@@ -3002,7 +3001,7 @@ the specified permissions (OR logic).
3002
3001
  </td>
3003
3002
  <td>
3004
3003
 
3005
- [libs/ngx-auth/src/lib/directives/permission.directive.ts:105](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/directives/permission.directive.ts#L105)
3004
+ [libs/ngx-auth/src/lib/directives/permission.directive.ts:105](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/directives/permission.directive.ts#L105)
3006
3005
 
3007
3006
  </td>
3008
3007
  </tr>
@@ -3013,7 +3012,7 @@ the specified permissions (OR logic).
3013
3012
 
3014
3013
  ### AuthGuardCondition
3015
3014
 
3016
- Defined in: [libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts:33](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts#L33)
3015
+ Defined in: [libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts:33](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts#L33)
3017
3016
 
3018
3017
  Enumeration of authentication guard conditions
3019
3018
 
@@ -3078,7 +3077,7 @@ Check if the user has a valid access token
3078
3077
  </td>
3079
3078
  <td>
3080
3079
 
3081
- [libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts:37](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts#L37)
3080
+ [libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts:37](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts#L37)
3082
3081
 
3083
3082
  </td>
3084
3083
  </tr>
@@ -3100,7 +3099,7 @@ Check if the user is signed in to the application
3100
3099
  </td>
3101
3100
  <td>
3102
3101
 
3103
- [libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts:35](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts#L35)
3102
+ [libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts:35](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/enums/auth-guard-condition.enum.ts#L35)
3104
3103
 
3105
3104
  </td>
3106
3105
  </tr>
@@ -3203,7 +3202,7 @@ const routes: Routes = [
3203
3202
  function authGuard(options): CanActivateFn;
3204
3203
  ```
3205
3204
 
3206
- Defined in: [libs/ngx-auth/src/lib/guards/auth.guard.ts:37](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/guards/auth.guard.ts#L37)
3205
+ Defined in: [libs/ngx-auth/src/lib/guards/auth.guard.ts:37](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/guards/auth.guard.ts#L37)
3207
3206
 
3208
3207
  Creates an authentication guard function with multiple configuration options
3209
3208
 
@@ -3285,7 +3284,7 @@ const routes: Routes = [
3285
3284
  function authGuard(condition, state, fallbackRedirect): CanActivateFn;
3286
3285
  ```
3287
3286
 
3288
- Defined in: [libs/ngx-auth/src/lib/guards/auth.guard.ts:77](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/guards/auth.guard.ts#L77)
3287
+ Defined in: [libs/ngx-auth/src/lib/guards/auth.guard.ts:77](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/guards/auth.guard.ts#L77)
3289
3288
 
3290
3289
  Creates an authentication guard function with a single condition
3291
3290
 
@@ -3400,7 +3399,7 @@ const routes: Routes = [
3400
3399
  function authInterceptor(redirect, onRedirect?): HttpInterceptorFn;
3401
3400
  ```
3402
3401
 
3403
- Defined in: [libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts:167](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts#L167)
3402
+ Defined in: [libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts:167](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts#L167)
3404
3403
 
3405
3404
  Creates an HTTP interceptor for handling authentication tokens and automatic token refresh
3406
3405
 
@@ -3534,7 +3533,7 @@ export class AppModule {}
3534
3533
  function roleGuard(role, options): CanActivateFn;
3535
3534
  ```
3536
3535
 
3537
- Defined in: [libs/ngx-auth/src/lib/guards/role.guard.ts:76](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/guards/role.guard.ts#L76)
3536
+ Defined in: [libs/ngx-auth/src/lib/guards/role.guard.ts:76](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/guards/role.guard.ts#L76)
3538
3537
 
3539
3538
  Creates a role-based authorization guard function for Angular route protection
3540
3539
 
@@ -3663,7 +3662,7 @@ const routes: Routes = [
3663
3662
 
3664
3663
  ### AuthConfig
3665
3664
 
3666
- Defined in: [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:3](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L3)
3665
+ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:3](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L3)
3667
3666
 
3668
3667
  #### Properties
3669
3668
 
@@ -3689,7 +3688,7 @@ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:3](https:
3689
3688
  </td>
3690
3689
  <td>
3691
3690
 
3692
- [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:5](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L5)
3691
+ [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:5](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L5)
3693
3692
 
3694
3693
  </td>
3695
3694
  </tr>
@@ -3706,7 +3705,7 @@ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:3](https:
3706
3705
  </td>
3707
3706
  <td>
3708
3707
 
3709
- [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:4](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L4)
3708
+ [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:4](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L4)
3710
3709
 
3711
3710
  </td>
3712
3711
  </tr>
@@ -3723,7 +3722,7 @@ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:3](https:
3723
3722
  </td>
3724
3723
  <td>
3725
3724
 
3726
- [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:6](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L6)
3725
+ [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:6](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L6)
3727
3726
 
3728
3727
  </td>
3729
3728
  </tr>
@@ -3740,7 +3739,7 @@ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:3](https:
3740
3739
  </td>
3741
3740
  <td>
3742
3741
 
3743
- [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:7](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L7)
3742
+ [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:7](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts#L7)
3744
3743
 
3745
3744
  </td>
3746
3745
  </tr>
@@ -3751,7 +3750,7 @@ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-config.interface.ts:3](https:
3751
3750
 
3752
3751
  ### AuthFormData
3753
3752
 
3754
- Defined in: [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:52](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L52)
3753
+ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:52](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L52)
3755
3754
 
3756
3755
  Interface for authentication form data
3757
3756
 
@@ -3836,7 +3835,7 @@ Authentication field value (email, username, etc.)
3836
3835
  </td>
3837
3836
  <td>
3838
3837
 
3839
- [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:58](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L58)
3838
+ [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:58](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L58)
3840
3839
 
3841
3840
  </td>
3842
3841
  </tr>
@@ -3858,7 +3857,7 @@ User's first name
3858
3857
  </td>
3859
3858
  <td>
3860
3859
 
3861
- [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:54](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L54)
3860
+ [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:54](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L54)
3862
3861
 
3863
3862
  </td>
3864
3863
  </tr>
@@ -3880,7 +3879,7 @@ User's last name
3880
3879
  </td>
3881
3880
  <td>
3882
3881
 
3883
- [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:56](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L56)
3882
+ [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:56](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L56)
3884
3883
 
3885
3884
  </td>
3886
3885
  </tr>
@@ -3902,7 +3901,7 @@ User's password
3902
3901
  </td>
3903
3902
  <td>
3904
3903
 
3905
- [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:60](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L60)
3904
+ [libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts:60](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-form-data.interface.ts#L60)
3906
3905
 
3907
3906
  </td>
3908
3907
  </tr>
@@ -3913,7 +3912,7 @@ User's password
3913
3912
 
3914
3913
  ### AuthGuardOption
3915
3914
 
3916
- Defined in: [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:66](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L66)
3915
+ Defined in: [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:66](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L66)
3917
3916
 
3918
3917
  Interface for configuring authentication guard behavior
3919
3918
 
@@ -4007,7 +4006,7 @@ The authentication condition to check
4007
4006
  </td>
4008
4007
  <td>
4009
4008
 
4010
- [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:68](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L68)
4009
+ [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:68](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L68)
4011
4010
 
4012
4011
  </td>
4013
4012
  </tr>
@@ -4029,7 +4028,7 @@ The route to redirect to if the condition is not met
4029
4028
  </td>
4030
4029
  <td>
4031
4030
 
4032
- [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:72](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L72)
4031
+ [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:72](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L72)
4033
4032
 
4034
4033
  </td>
4035
4034
  </tr>
@@ -4051,7 +4050,7 @@ The required state of the condition (true/false)
4051
4050
  </td>
4052
4051
  <td>
4053
4052
 
4054
- [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:70](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L70)
4053
+ [libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts:70](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/auth-guard-option.interface.ts#L70)
4055
4054
 
4056
4055
  </td>
4057
4056
  </tr>
@@ -4062,7 +4061,7 @@ The required state of the condition (true/false)
4062
4061
 
4063
4062
  ### AuthStateModel
4064
4063
 
4065
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:57](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L57)
4064
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:57](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L57)
4066
4065
 
4067
4066
  Interface defining the authentication state model
4068
4067
 
@@ -4152,7 +4151,7 @@ JWT access token for API authentication
4152
4151
  </td>
4153
4152
  <td>
4154
4153
 
4155
- [libs/ngx-auth/src/lib/state/auth.state.ts:65](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L65)
4154
+ [libs/ngx-auth/src/lib/state/auth.state.ts:65](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L65)
4156
4155
 
4157
4156
  </td>
4158
4157
  </tr>
@@ -4174,7 +4173,7 @@ Expiration date of the access token
4174
4173
  </td>
4175
4174
  <td>
4176
4175
 
4177
- [libs/ngx-auth/src/lib/state/auth.state.ts:69](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L69)
4176
+ [libs/ngx-auth/src/lib/state/auth.state.ts:69](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L69)
4178
4177
 
4179
4178
  </td>
4180
4179
  </tr>
@@ -4196,7 +4195,7 @@ Expiration date of the access token
4196
4195
  </td>
4197
4196
  <td>
4198
4197
 
4199
- [libs/ngx-auth/src/lib/state/auth.state.ts:73](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L73)
4198
+ [libs/ngx-auth/src/lib/state/auth.state.ts:73](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L73)
4200
4199
 
4201
4200
  </td>
4202
4201
  </tr>
@@ -4218,7 +4217,7 @@ JWT refresh token for obtaining new access tokens
4218
4217
  </td>
4219
4218
  <td>
4220
4219
 
4221
- [libs/ngx-auth/src/lib/state/auth.state.ts:67](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L67)
4220
+ [libs/ngx-auth/src/lib/state/auth.state.ts:67](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L67)
4222
4221
 
4223
4222
  </td>
4224
4223
  </tr>
@@ -4240,7 +4239,7 @@ Expiration date of the refresh token
4240
4239
  </td>
4241
4240
  <td>
4242
4241
 
4243
- [libs/ngx-auth/src/lib/state/auth.state.ts:71](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L71)
4242
+ [libs/ngx-auth/src/lib/state/auth.state.ts:71](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L71)
4244
4243
 
4245
4244
  </td>
4246
4245
  </tr>
@@ -4262,7 +4261,7 @@ Unique identifier for the current session
4262
4261
  </td>
4263
4262
  <td>
4264
4263
 
4265
- [libs/ngx-auth/src/lib/state/auth.state.ts:61](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L61)
4264
+ [libs/ngx-auth/src/lib/state/auth.state.ts:61](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L61)
4266
4265
 
4267
4266
  </td>
4268
4267
  </tr>
@@ -4284,7 +4283,7 @@ Whether the user is currently signed in
4284
4283
  </td>
4285
4284
  <td>
4286
4285
 
4287
- [libs/ngx-auth/src/lib/state/auth.state.ts:59](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L59)
4286
+ [libs/ngx-auth/src/lib/state/auth.state.ts:59](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L59)
4288
4287
 
4289
4288
  </td>
4290
4289
  </tr>
@@ -4296,7 +4295,7 @@ Whether the user is currently signed in
4296
4295
  </td>
4297
4296
  <td>
4298
4297
 
4299
- `User`<`string`, `string`> | `null`
4298
+ `User`<`string`, `string`, `TenantSlug`> | `null`
4300
4299
 
4301
4300
  </td>
4302
4301
  <td>
@@ -4306,7 +4305,7 @@ Current authenticated user information
4306
4305
  </td>
4307
4306
  <td>
4308
4307
 
4309
- [libs/ngx-auth/src/lib/state/auth.state.ts:63](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L63)
4308
+ [libs/ngx-auth/src/lib/state/auth.state.ts:63](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L63)
4310
4309
 
4311
4310
  </td>
4312
4311
  </tr>
@@ -4317,7 +4316,7 @@ Current authenticated user information
4317
4316
 
4318
4317
  ### RoleGuardOption
4319
4318
 
4320
- Defined in: [libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts:1](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts#L1)
4319
+ Defined in: [libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts:1](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts#L1)
4321
4320
 
4322
4321
  #### Properties
4323
4322
 
@@ -4349,7 +4348,7 @@ The route to redirect to if the role exist
4349
4348
  </td>
4350
4349
  <td>
4351
4350
 
4352
- [libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts:5](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts#L5)
4351
+ [libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts:5](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts#L5)
4353
4352
 
4354
4353
  </td>
4355
4354
  </tr>
@@ -4371,7 +4370,7 @@ The required state of the role
4371
4370
  </td>
4372
4371
  <td>
4373
4372
 
4374
- [libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts:3](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts#L3)
4373
+ [libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts:3](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interfaces/role-guard-option.interface.ts#L3)
4375
4374
 
4376
4375
  </td>
4377
4376
  </tr>
@@ -4386,7 +4385,7 @@ The required state of the role
4386
4385
  type AuthState<D, R, P, U> = object;
4387
4386
  ```
4388
4387
 
4389
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:164](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L164)
4388
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:164](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L164)
4390
4389
 
4391
4390
  Public typed shape of the `AuthState` signal store.
4392
4391
 
@@ -4459,7 +4458,7 @@ Public typed shape of the `AuthState` signal store.
4459
4458
  accessToken: Signal<AccessToken | null>;
4460
4459
  ```
4461
4460
 
4462
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:760](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L760)
4461
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:760](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L760)
4463
4462
 
4464
4463
  ##### accessTokenExpiresOn
4465
4464
 
@@ -4467,7 +4466,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:760](https://github.com/h
4467
4466
  accessTokenExpiresOn: Signal<Date | null>;
4468
4467
  ```
4469
4468
 
4470
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:762](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L762)
4469
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:762](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L762)
4471
4470
 
4472
4471
  ##### authenticateWithToken()
4473
4472
 
@@ -4475,7 +4474,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:762](https://github.com/h
4475
4474
  authenticateWithToken: <AsPromise>(accessToken, redirect?, asPromise?, showError?) => AsPromise extends true ? Promise<AuthResponse> : Observable<AuthResponse>;
4476
4475
  ```
4477
4476
 
4478
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:780](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L780)
4477
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:780](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L780)
4479
4478
 
4480
4479
  ###### Type Parameters
4481
4480
 
@@ -4573,7 +4572,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:780](https://github.com/h
4573
4572
  data: Signal<D>;
4574
4573
  ```
4575
4574
 
4576
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:764](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L764)
4575
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:764](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L764)
4577
4576
 
4578
4577
  ##### emailVerified
4579
4578
 
@@ -4581,7 +4580,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:764](https://github.com/h
4581
4580
  emailVerified: Signal<boolean>;
4582
4581
  ```
4583
4582
 
4584
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:770](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L770)
4583
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:770](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L770)
4585
4584
 
4586
4585
  ##### hasAccessToken
4587
4586
 
@@ -4589,7 +4588,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:770](https://github.com/h
4589
4588
  hasAccessToken: Signal<boolean>;
4590
4589
  ```
4591
4590
 
4592
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:766](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L766)
4591
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:766](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L766)
4593
4592
 
4594
4593
  ##### permissions
4595
4594
 
@@ -4597,7 +4596,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:766](https://github.com/h
4597
4596
  permissions: Signal<P[]>;
4598
4597
  ```
4599
4598
 
4600
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:769](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L769)
4599
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:769](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L769)
4601
4600
 
4602
4601
  ##### refreshToken
4603
4602
 
@@ -4605,7 +4604,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:769](https://github.com/h
4605
4604
  refreshToken: Signal<RefreshToken | null>;
4606
4605
  ```
4607
4606
 
4608
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:761](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L761)
4607
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:761](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L761)
4609
4608
 
4610
4609
  ##### refreshTokenExpiresOn
4611
4610
 
@@ -4613,7 +4612,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:761](https://github.com/h
4613
4612
  refreshTokenExpiresOn: Signal<Date | null>;
4614
4613
  ```
4615
4614
 
4616
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:763](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L763)
4615
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:763](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L763)
4617
4616
 
4618
4617
  ##### reset()
4619
4618
 
@@ -4621,7 +4620,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:763](https://github.com/h
4621
4620
  reset: () => void;
4622
4621
  ```
4623
4622
 
4624
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:772](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L772)
4623
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:772](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L772)
4625
4624
 
4626
4625
  ###### Returns
4627
4626
 
@@ -4633,7 +4632,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:772](https://github.com/h
4633
4632
  role: Signal<U["role"] | null | undefined>;
4634
4633
  ```
4635
4634
 
4636
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:767](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L767)
4635
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:767](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L767)
4637
4636
 
4638
4637
  ##### roleName
4639
4638
 
@@ -4641,7 +4640,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:767](https://github.com/h
4641
4640
  roleName: Signal<R | null | undefined>;
4642
4641
  ```
4643
4642
 
4644
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:768](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L768)
4643
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:768](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L768)
4645
4644
 
4646
4645
  ##### sessionId
4647
4646
 
@@ -4649,7 +4648,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:768](https://github.com/h
4649
4648
  sessionId: Signal<string | null>;
4650
4649
  ```
4651
4650
 
4652
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:758](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L758)
4651
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:758](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L758)
4653
4652
 
4654
4653
  ##### setData()
4655
4654
 
@@ -4657,7 +4656,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:758](https://github.com/h
4657
4656
  setData: (stateData) => void;
4658
4657
  ```
4659
4658
 
4660
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:791](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L791)
4659
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:791](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L791)
4661
4660
 
4662
4661
  ###### Parameters
4663
4662
 
@@ -4694,7 +4693,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:791](https://github.com/h
4694
4693
  setTokens: (tokenResponse) => void;
4695
4694
  ```
4696
4695
 
4697
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:773](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L773)
4696
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:773](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L773)
4698
4697
 
4699
4698
  ###### Parameters
4700
4699
 
@@ -4731,7 +4730,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:773](https://github.com/h
4731
4730
  signedIn: Signal<boolean>;
4732
4731
  ```
4733
4732
 
4734
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:757](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L757)
4733
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:757](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L757)
4735
4734
 
4736
4735
  ##### signIn()
4737
4736
 
@@ -4739,7 +4738,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:757](https://github.com/h
4739
4738
  signIn: <AsPromise>(signInBody, redirect?, asPromise?, showError?) => AsPromise extends true ? Promise<AuthResponse> : Observable<AuthResponse>;
4740
4739
  ```
4741
4740
 
4742
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:774](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L774)
4741
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:774](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L774)
4743
4742
 
4744
4743
  ###### Type Parameters
4745
4744
 
@@ -4837,7 +4836,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:774](https://github.com/h
4837
4836
  signOut: <AsPromise>(redirect?, asPromise?, showError?) => AsPromise extends true ? Promise<SuccessResponse | null> : Observable<SuccessResponse | null>;
4838
4837
  ```
4839
4838
 
4840
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:786](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L786)
4839
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:786](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L786)
4841
4840
 
4842
4841
  ###### Type Parameters
4843
4842
 
@@ -4923,7 +4922,7 @@ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:786](https://github.com/h
4923
4922
  user: Signal<U | null>;
4924
4923
  ```
4925
4924
 
4926
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:759](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L759)
4925
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:759](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L759)
4927
4926
 
4928
4927
  ## Variables
4929
4928
 
@@ -4940,12 +4939,12 @@ const AuthState: Type<
4940
4939
  refreshTokenExpiresOn: Date | null;
4941
4940
  sessionId: string | null;
4942
4941
  signedIn: boolean;
4943
- user: User<string, string> | null;
4942
+ user: User<string, string, TenantSlug> | null;
4944
4943
  }>
4945
4944
  >;
4946
4945
  ```
4947
4946
 
4948
- Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:164](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/state/auth.state.ts#L164)
4947
+ Defined in: [libs/ngx-auth/src/lib/state/auth.state.ts:164](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/state/auth.state.ts#L164)
4949
4948
 
4950
4949
  Authentication state management store using NgRx Signals
4951
4950
 
@@ -5038,7 +5037,7 @@ export class HeaderComponent {
5038
5037
  const SKIPPED_ERRORS: ErrorResponseCode[];
5039
5038
  ```
5040
5039
 
5041
- Defined in: [libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts:30](https://github.com/hichchidev/hichchi/blob/680b16602323e63535d1e4f7113a156787a42e23/libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts#L30)
5040
+ Defined in: [libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts:30](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-auth/src/lib/interceptors/auth.interceptor.ts#L30)
5042
5041
 
5043
5042
  Array of authentication error codes that should trigger token refresh instead of immediate redirect
5044
5043