I am trying to get a Bearer token using IdentityModel2
- https://github.com/IdentityModel/IdentityModel2
Their github page says it support resource owner password
But I cannot see any way to add username/password and no example on how to do this.
How do I get token with username and password using TokenClient
?