Owneat Technical Guide main Help

Class ResetPasswordDetails

Namespace: BusinessSharedKernel.Emailing
Assembly: BusinessSharedKernel.dll

public sealed class ResetPasswordDetails

Inheritance

object ← ResetPasswordDetails

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

Email

public string Email { get; init; }

Property Value

string

Firstname

public string Firstname { get; init; }

Property Value

string

Lastname

public string Lastname { get; init; }

Property Value

string

ResetPasswordUri

public string ResetPasswordUri { get; set; }

Property Value

string

Token

public string Token { get; init; }

Property Value

string

Username

public string Username { get; init; }

Property Value

string

Methods

public void GenerateResetPasswordLink(string clientUrl)

Parameters

clientUrl string

Last modified: 21 May 2024