mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
Apple Iap service
This commit is contained in:
9
src/Core/Services/IAppleIapService.cs
Normal file
9
src/Core/Services/IAppleIapService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface IAppleIapService
|
||||
{
|
||||
Task<bool> VerifyReceiptAsync(string receiptData);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user