Class PasswordResetValidationResult
Result of password reset token validation including organization branding information
Inherited Members
Namespace: OEMS.Core.Application.DTOs.Login
Assembly: OEMS.Core.dll
Syntax
public class PasswordResetValidationResult
Properties
BrandingSettings
Organization branding settings JSON
Declaration
public string? BrandingSettings { get; set; }
Property Value
Type | Description |
---|---|
string |
LogoFileId
Organization logo file ID
Declaration
public Guid? LogoFileId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
OrganizationName
Name of the organization for branding context
Declaration
public string? OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
string |
Valid
Whether the token is valid
Declaration
public bool Valid { get; set; }
Property Value
Type | Description |
---|---|
bool |