Table of Contents

Interface ITenantResolvedInterceptor

Namespace
GroupeIsa.Neos.Application.MultiTenant
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Provides the functionalities of a tenant resolved interceptor for customizing the tenant resolution.

public interface ITenantResolvedInterceptor

Methods

OnTenantResolvedAsync(NeosTenantInfo?, OnTenantResolvedResult)

Method call after the tenant resolution or after authentication if the application is not multitenanted.

Task<OnTenantResolvedResult> OnTenantResolvedAsync(NeosTenantInfo? tenant, OnTenantResolvedResult previousTenantResolvedResult)

Parameters

tenant NeosTenantInfo

The tenant. Null if application is not multitenanted.

previousTenantResolvedResult OnTenantResolvedResult

The previous tenant resolved result.

Returns

Task<OnTenantResolvedResult>

Task with tenant result.