mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
save info from service to add cipher page
This commit is contained in:
14
src/App/Models/AppOptions.cs
Normal file
14
src/App/Models/AppOptions.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Bit.App.Enums;
|
||||
|
||||
namespace Bit.App.Models
|
||||
{
|
||||
public class AppOptions
|
||||
{
|
||||
public bool MyVault { get; set; }
|
||||
public bool FromAutofillFramework { get; set; }
|
||||
public string Uri { get; set; }
|
||||
public CipherType? SaveType { get; set; }
|
||||
public string SaveUsername { get; set; }
|
||||
public string SavePassword { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user