Class PasswordResetEmailOptions
- Namespace
- KadicAuth.Application.Common
- Assembly
- KadicAuth.Application.dll
public sealed class PasswordResetEmailOptions
- Inheritance
-
object
PasswordResetEmailOptions
Fields
SectionName
public const string SectionName = "PasswordResetEmail"
Field Value
- string
Properties
BaseUrl
public string BaseUrl { get; set; }
Property Value
- string
DefaultLogoFileName
public string DefaultLogoFileName { get; set; }
Property Value
- string
EmailChannelId
public Guid EmailChannelId { get; set; }
Property Value
- Guid
LogoBaseUrl
public string LogoBaseUrl { get; set; }
Property Value
- string
NotificationsApiBaseUrl
public string NotificationsApiBaseUrl { get; set; }
Property Value
- string
NotificationsAuthToken
public string NotificationsAuthToken { get; set; }
Property Value
- string
SupportEmail
public string SupportEmail { get; set; }
Property Value
- string
TemplateCode
public string TemplateCode { get; set; }
Property Value
- string