Basic Authentication in Retrofit android

Updated 1 August 2017

Save

Retrofit is a library which is type-safe REST client for Android. Type-safe means that the compiler will validate types while compiling, and throw an error if you try to assign the wrong type to a variable.

Before Reading this blog you have to read following blog to learn the basic knowledge of the Retrofit,

Using Retrofit library to make Http Requests

How to add Basic Authentication

Step 1: Make an interface,

 

Step 2: Create the AuthToken

Step 3: Create the Retrofit Client,

Step 4: Make your call,

call the Api with Basic Authorization,

Thanks for reading this blog, You have any questions or problems comment below.

Happy Coding. Stay Super.

 

 

 

 

 

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


4 comments

  • Igor Ganapolsky
    • anchit (Moderator)
  • Sachin
    • anchit (Moderator)
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home