The help doc says password grant type everywhere, but I didn’t see this option available in the developer console?
vijet
2
The resource owner password flow is only available in “Native” application type, AFAIK.
The password grant type refers to the “Resource Owner Password” grant in the above screenshot.
I guess we need to improve the docs to indicate that this grant type is not available in all clients.