TenantAuthentication constructor
TenantAuthentication(
- CurrentTenant tenant,
- AppUser appUser
Constructs an instance of TenantAuthentication.
Parameters:
tenant
: The tenant associated with the authentication.appUser
: The app user associated with the authentication.
Implementation
TenantAuthentication(this.tenant, this.appUser);