mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00: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