I'm trying to test my API with POSTMAN and I have an issue about getting "New Access Token" in authorisation tab in POSTMAN (OAuth2),
So my application is already registred in google console, and I use passport with google strategy to connect and It worked for me.
I also registred the postman in google console:
And now I'm trying to get the access Token and I think the problem is in "Auth URL" and "Access Token URL" :
Please help me!