AuthId
Assembly: ServiceStack.dll
View Source
Declaration
public class AuthId
Properties
UserId
View Source
Declaration
public string UserId { get; set; }
Email
View Source
Declaration
public string Email { get; set; }
public class AuthId
public string UserId { get; set; }
public string Email { get; set; }