mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
identity server client for auth
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public interface IHttpService
|
||||
{
|
||||
ApiHttpClient Client { get; }
|
||||
ApiHttpClient ApiClient { get; }
|
||||
IdentityHttpClient IdentityClient { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user