Skip to main content

IUserAuth

Assembly: ServiceStack.Interfaces.dll​
View Source​
Declaration
public interface IUserAuth : IUserAuthDetailsExtended, IMeta

Properties​

Id​

View Source​
Declaration
int Id { get; set; }

PrimaryEmail​

View Source​
Declaration
string PrimaryEmail { get; set; }

Salt​

View Source​
Declaration
string Salt { get; set; }

PasswordHash​

View Source​
Declaration
string PasswordHash { get; set; }

DigestHa1Hash​

View Source​
Declaration
string DigestHa1Hash { get; set; }

Roles​

View Source​
Declaration
List<string> Roles { get; set; }

Permissions​

View Source​
Declaration
List<string> Permissions { get; set; }

RefId​

View Source​
Declaration
int? RefId { get; set; }

RefIdStr​

View Source​
Declaration
string RefIdStr { get; set; }

InvalidLoginAttempts​

View Source​
Declaration
int InvalidLoginAttempts { get; set; }

LastLoginAttempt​

View Source​
Declaration
DateTime? LastLoginAttempt { get; set; }

LockedDate​

View Source​
Declaration
DateTime? LockedDate { get; set; }

CreatedDate​

View Source​
Declaration
DateTime CreatedDate { get; set; }

ModifiedDate​

View Source​
Declaration
DateTime ModifiedDate { get; set; }