❔ How to get triggering authentication scheme name in custom cookie authentication event

I have a custom cookie authentication event where I want to inject the authentication handler into the constructor and then retrieve the name of the authentication scheme. I am unsure of how to do this since there's an abstraction that uses the AuthenticationScheme property but the interface does not.
Was this page helpful?