mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
identity server client for auth
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Bit.iOS.Core.Services
|
||||
{
|
||||
public class HttpService : IHttpService
|
||||
{
|
||||
public ApiHttpClient Client => new ApiHttpClient();
|
||||
public ApiHttpClient ApiClient => new ApiHttpClient();
|
||||
public IdentityHttpClient IdentityClient => new IdentityHttpClient();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user