We use username and password parameters with logon method to get session id and then subsequently SOAP calls are made using this session id to perform necessary tasks like get catalog item info. We do have a requirement to support OAuth token (Resource Owner or JWT assertion) for this process. Is it possible to use OAuth tokens with this particular SOAP API?