Class SignInResponse
- Namespace
- JJConsulting.Infinity.Domain.Identity
- Assembly
- JJConsulting.Infinity.Domain.dll
public sealed class SignInResponse
Inheritance
-
Inherited Members
-
Properties
AccountId
public int? AccountId { get; set; }
Property Value
- int?
-
DaysToExpirePassword
public int? DaysToExpirePassword { get; set; }
Property Value
- int?
-
IsTwoFactorRequired
public bool IsTwoFactorRequired { get; set; }
Property Value
- bool
-
Message
public string? Message { get; set; }
Property Value
- string?
-
RequirePasswordChange
public bool RequirePasswordChange { get; set; }
Property Value
- bool
-
Success
public bool Success { get; set; }
Property Value
- bool
-
Token
public string? Token { get; set; }
Property Value
- string?
-
UserId
public Guid? UserId { get; set; }
Property Value
- Guid?
-