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
public string Email { get; init; }
Property Value
Firstname
public string Firstname { get; init; }
Property Value
Lastname
public string Lastname { get; init; }
Property Value
ResetPasswordUri
public string ResetPasswordUri { get; set; }
Property Value
Token
public string Token { get; init; }
Property Value
Username
public string Username { get; init; }
Property Value
Methods
GenerateResetPasswordLink\(string\)
public void GenerateResetPasswordLink(string clientUrl)
Parameters
clientUrl string
Last modified: 21 May 2024