Options for a tenant resolver middleware.
Default constructor
public Void TenantResolverOptions()
Specifies where the tename name is located.
public TenantNameLocation NameLocation { get; set; }
Notifications.
public TenantResolverNotifications<TTenant> Notifications { get; set; }
Provider used to get a tenant object.
public ITenantProvider<TTenant> Provider { get; set; }
In this document