TenantAuthentication constructor

TenantAuthentication(
  1. Tenant tenant,
  2. 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);