Skip to content

Class TenantInvitationDeliveryDispatchEndpointRouteBuilderExtensions

Namespace: Cephalon.MultiTenancy.Governance.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AspNetCore.dll

Maps ASP.NET Core endpoints for tenant-invitation delivery dispatch requests.

public static class TenantInvitationDeliveryDispatchEndpointRouteBuilderExtensions

objectTenantInvitationDeliveryDispatchEndpointRouteBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

MapCephalonTenantInvitationDeliveryDispatches(IEndpointRouteBuilder)

Section titled “ MapCephalonTenantInvitationDeliveryDispatches(IEndpointRouteBuilder)”

Maps the optional tenant-invitation delivery dispatch endpoint.

public static IEndpointRouteBuilder MapCephalonTenantInvitationDeliveryDispatches(this IEndpointRouteBuilder endpoints)

endpoints IEndpointRouteBuilder

The endpoint route builder to extend.

IEndpointRouteBuilder

The same endpoint route builder for fluent routing composition.

The endpoint is opt-in, executes the host-agnostic , and performs a fail-closed authorization check by default. It does not implement provider-specific senders, durable retry queues, public onboarding, tenant-admin UI, provider polling, or identity-provider synchronization.