Skip to content Skip to sidebar Skip to footer
Showing posts with the label Restful Authentication

How To Do A Get Request Using Retrofit2?

I have a restfull web service which is running on a localhost. I would like to make a retrofit2 GET… Read more How To Do A Get Request Using Retrofit2?

Sending Bearer Token With Httppost In Android

I couldn't find a way to authenticate my app with my server using the Bearer token I had create… Read more Sending Bearer Token With Httppost In Android