Hi everyone,
I'm trying to call an API exposed by a partner, that seems to have a grant type for which I can't find any method in BC.
In postman, the grant type that i'm using is "Password credentials" that uses both a username/password and an Id/secret, but i can't find any corresponding method in the Oauths codeunits.
Note that the "client credentials" method is simply unauthorized.
Is that even possible to do in BC ?