API reference
Property VerificationPath
- Namespace
- DisCatSharp.Hosting.AspNetCore.LinkedRoles
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
VerificationPath
Gets or sets the application-relative verification path exposed to Discord in the developer portal.
public string VerificationPath { get; set; }
Property Value
Remarks
The path is combined directly with the application's public base URL. It does not inherit RoutePrefix, which lets linked-role verification live outside the signed ingress surface when desired.