API reference
Property OAuthPath
- Namespace
- DisCatSharp.Hosting.AspNetCore
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
OAuthPath
Gets or sets the route segment used for OAuth-related endpoints.
public string OAuthPath { get; set; }
Property Value
Remarks
The value is treated as a relative segment beneath RoutePrefix and is trimmed of surrounding slashes.