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