You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hemanth Chittanuru edited this page Aug 4, 2020
·
1 revision
Using Custom HTTP Client
MSAL Go uses interfaces called HTTPManager and HTTPManagerResponse to handle its HTTP operations. A default implementation of this interface is provided and is automatically used; however, if you want to use a custom HTTP client, all you need to do is provide implementations of these interfaces.