1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 11:03:54 +00:00

basic autofill

This commit is contained in:
kspearrin
2018-09-20 16:44:06 -04:00
parent 0baa07daa2
commit 6904ea118b
13 changed files with 1035 additions and 54 deletions

View File

@@ -1,9 +1,12 @@
using Foundation;
using AuthenticationServices;
using Foundation;
namespace Bit.iOS.Autofill.Models
{
public class Context
{
public NSExtensionContext ExtContext { get; set; }
public ASCredentialServiceIdentifier[] ServiceIdentifiers { get; set; }
public string UrlString { get; set; }
}
}