Sorry if this is a very basic question but I am still learning how to browse the source code on github and I spent few hours trying to look for the source of the AuthenticationOptions class.
Cannot find it in AspNetCore/src/Security/Authentication/Core/src/ where I was expecting it to be.
Thanks in advance!
It is located here:
AspNetCore/src/Http/Authentication.Abstractions/src/AuthenticationOptions.cs
@wutever0 pro-tip, you can press 't' to search for a file name on github:

You can also use https://source.dot.net/
Thank you guys very useful tips!
Most helpful comment
@wutever0 pro-tip, you can press 't' to search for a file name on github: