nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

Overload for WithAuthentication method with ICredentials as a parameter #437

Open smolchanovsky opened 2 years ago

smolchanovsky commented 2 years ago

Currently, the method is able to work with tokens. But I would like to be able to pass ICredentials there, for example, for Kerberos authentication