TenantAuthentication constructor
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);