API reference
Property RoleConnectionsVerificationUrl
- Namespace
- DisCatSharp.Hosting.AspNetCore.Routing
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
RoleConnectionsVerificationUrl
Gets the public linked-roles verification URL when linked-roles support is configured.
public Uri? RoleConnectionsVerificationUrl { get; }
Property Value
Remarks
Unlike the ingress endpoints, the linked-roles verification URL is composed directly from the application's public base URL and VerificationPath without adding the ingress route prefix.