Table of Contents
API reference

Property ClientSecret

Namespace
DisCatSharp.Hosting.AspNetCore.Ingress.OAuth
Assembly
DisCatSharp.Hosting.AspNetCore.dll

ClientSecret

Gets or sets the Discord application client secret used for token exchange.

public string? ClientSecret { get; set; }

Property Value

string

Remarks

This value is consumed only by IDiscordOAuthTokenExchangeService implementations and should be sourced from a secure configuration provider.