Bitwarden-app-android-iphon.../src/Core/Models/Request/OrganizationUserResetPasswo...

9 lines
225 B
C#

namespace Bit.Core.Models.Request
{
public class OrganizationUserResetPasswordEnrollmentRequest
{
public string MasterPasswordHash { get; set; }
public string ResetPasswordKey { get; set; }
}
}