Skip to content

Commit

Permalink
[Base] Adiciona OpenID Debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelEstevamReis committed Dec 15, 2023
1 parent 119f023 commit 396cb60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sicoob.Shared/Sicoob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public Sicoob(Models.Configuracao config, X509Certificate2? certificado = null)

protected void enableDebug(ClientInfo clientApi)
{
clientApi.SetHeader("apim-debug", "true"); // debug de OPEN-ID
clientApi.BeforeSend += ClientApi_BeforeSend;
clientApi.ResponseDataReceived += ClientApi_ResponseDataReceived;
debugLog("[SETUP]", "STARTUP");
Expand Down

0 comments on commit 396cb60

Please sign in to comment.