mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
audit service
This commit is contained in:
@@ -261,6 +261,16 @@ namespace Bit.Core.Services
|
||||
|
||||
#endregion
|
||||
|
||||
#region HIBP APIs
|
||||
|
||||
public Task<List<BreachAccountResponse>> GetHibpBreachAsync(string username)
|
||||
{
|
||||
return SendAsync<object, List<BreachAccountResponse>>(HttpMethod.Get,
|
||||
string.Concat("/hibp/breach?username=", username), null, true, true);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Helpers
|
||||
|
||||
public async Task<string> GetActiveBearerTokenAsync()
|
||||
|
||||
Reference in New Issue
Block a user