Search Results for

    Show / Hide Table of Contents

    Class PasswordResetValidationResult

    Result of password reset token validation including organization branding information

    Inheritance
    object
    PasswordResetValidationResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX