Hi *
I am planning to implement my own Authentication/ Authorization logic in my application. I understand I need to write my own handler to implement the logic. I see that the AuthenticationHandler<TOptions> class comes under two namespaces.
Microsoft.AspNetCore.Authentication
Microsoft.Owin.Security.Infrastructure
could anyone please explain when to use those class i.e, what factors decide which namespace I need to use.
Thanks,
sanjay.