mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
add autofill resources
This commit is contained in:
16
src/iOS.Autofill/Models/Context.cs
Normal file
16
src/iOS.Autofill/Models/Context.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
using AuthenticationServices;
|
||||
using Bit.iOS.Core.Models;
|
||||
using Foundation;
|
||||
|
||||
namespace Bit.iOS.Autofill.Models
|
||||
{
|
||||
public class Context : AppExtensionContext
|
||||
{
|
||||
public NSExtensionContext ExtContext { get; set; }
|
||||
public ASCredentialServiceIdentifier[] ServiceIdentifiers { get; set; }
|
||||
public ASPasswordCredentialIdentity CredentialIdentity { get; set; }
|
||||
public bool Configuring { get; set; }
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user