Where do I find the RpInitiatedLogoutResponse in the OpenidConnectPkce Class?

39 Views Asked by At

I have difficulty to find the object of RpInitiatedLogoutResponse in the line of 316 in the function of LogoutCallBackAsync in this class: https://github.com/ITfoxtec/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/blob/master/src/ITfoxtec.Identity.BlazorWA.Oidc/OpenidConnectPkce.cs

1

There are 1 best solutions below

0
Anders Revsgaard On

The ITfoxtec Identity Blazor component is based on the ITfoxtec Identity component where you find the RpInitiatedLogoutResponse class.