ข้ามไปยังเนื้อหา

Class TenantInvitationDeliveryStatusCallbackEndpointRouteBuilderExtensions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Maps ASP.NET Core endpoints for normalized tenant-invitation delivery status callbacks.

public static class TenantInvitationDeliveryStatusCallbackEndpointRouteBuilderExtensions

objectTenantInvitationDeliveryStatusCallbackEndpointRouteBuilderExtensions

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

MapCephalonTenantInvitationDeliveryStatusCallbacks(IEndpointRouteBuilder)

Section titled “ MapCephalonTenantInvitationDeliveryStatusCallbacks(IEndpointRouteBuilder)”

Maps the optional tenant-invitation delivery status callback endpoint.

public static IEndpointRouteBuilder MapCephalonTenantInvitationDeliveryStatusCallbacks(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 accepts normalized status observations only; provider webhook payload translation, provider signature verification, provider polling, and provider-specific status vocabularies remain application-managed or future provider-pack responsibilities.