Forum Discussion

tishtaar's avatar
tishtaar
New Contributor
5 years ago

How to generate the same Bearer token as Swagger?

I have given an API which uses Basic_auth for Authentication. it requires 'username', 'password', (type:basic_auth), 'ClientId' and 'secret'. I use the Swagger UI to authenticate and it works per...