How to get Access token in .net MVC application

Is there any way to get acces token in .net MVC application.

I followed GitHub - oktadev/okta-aspnetcore-mvc-example: ASP.NET Core 2.0 MVC + Okta example

I can find get claims details. But couldn’t find the access_token

Thanks