How to implement authorization using OAuth2 Bearer in tRest component
Hi people,
Hope you all guys are well.
I am developing a process that consume a webservices API. At the first, the tRest component get authenticated using body and then the response is a token then i will need to use in the next tRest call using a token.
I know that i can use tRestComponent to authenticate. The thing is i want to send information using http body which i don't know how to implement it using tRestComponent.