1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 07:13:33 +00:00
Files
mobile/src/App/Platforms/Android/Accessibility/Credentials.cs
2023-09-29 11:02:19 -03:00

11 lines
253 B
C#

namespace Bit.Droid.Accessibility
{
public class Credentials
{
public string Username { get; set; }
public string Password { get; set; }
public string Uri { get; set; }
public string LastUri { get; set; }
}
}