API reference
Property RedirectUri
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.OAuth
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
RedirectUri
Gets or sets the redirect URI that Discord should use for the authorization-code callback.
public string? RedirectUri { get; set; }
Property Value
Remarks
The default callback handler compares this URI against the stored authorization request to prevent redirect swapping.