Test that different auths request different grants.
todo opened this issue · 1 comments
todo commented
Using a TokenAuth should request a `refresh_token` grant. Using a UsernameAuth should request a `password` grant, and using no auth should request a client_credentials grant. This is currently pending nock/nock#2171.
snoots/test/helper/accessToken.test.ts
Lines 72 to 77 in 7391759
This issue was generated by todo based on a TODO
comment in 7391759. It's been assigned to @thislooksfun because they committed the code.
thislooksfun commented
This was implemented way back in aa2a199