How does Retrofit handle authentication and authorization in APIs?
The question is about Retrofit
Answer:
Retrofit supports adding headers for tokens, basic authentication, or custom interceptors to manage authentication and authorization in APIs.