mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 01:53:17 +00:00
two-factor other methods switching and send email
This commit is contained in:
10
src/App/Abstractions/Repositories/ITwoFactorApiRepository.cs
Normal file
10
src/App/Abstractions/Repositories/ITwoFactorApiRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.App.Models.Api;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface ITwoFactorApiRepository
|
||||
{
|
||||
Task<ApiResult> PostSendEmailLoginAsync(TwoFactorEmailRequest requestObj);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user